do not include paddle/go into cmake yet.

gangliao-patch-1
Helin Wang 8 years ago
parent f074198e27
commit cab5076860

@ -9,9 +9,10 @@ add_subdirectory(pserver)
add_subdirectory(trainer)
add_subdirectory(scripts)
if(CMAKE_Go_COMPILER)
add_subdirectory(go)
endif()
# Do not build go directory until go cmake is working smoothly.
# if(CMAKE_Go_COMPILER)
# add_subdirectory(go)
# endif()
find_package(Boost QUIET)

Loading…
Cancel
Save