|
@@ -70,8 +70,8 @@ if (CMAKE_CROSSCOMPILING)
|
70
|
70
|
# "Please create a separate binary directory and run CMake there.")
|
71
|
71
|
# endif()
|
72
|
72
|
|
73
|
|
- find_package (yaml-cpp 0.6 PATHS ${CMAKE_INSTALL_PREFIX} NO_DEFAULT_PATH) # Serialisation of classes
|
74
|
|
- find_package (Eigen3 3.3 PATHS ${CMAKE_INSTALL_PREFIX} NO_DEFAULT_PATH) # Matrix/Vector & Math
|
|
73
|
+ find_package (yaml-cpp 0.6 PATHS ${CMAKE_INSTALL_PREFIX} NO_DEFAULT_PATH) # Serialisation of classes
|
|
74
|
+ find_package (Eigen3 3.3 PATHS ${CMAKE_INSTALL_PREFIX} NO_DEFAULT_PATH) # Matrix/Vector & Math
|
75
|
75
|
|
76
|
76
|
if (LEMMA_PYTHON3_BINDINGS)
|
77
|
77
|
find_package(pybind11 PATHS ${CMAKE_INSTALL_PREFIX} NO_DEFAULT_PATH) # Python 3 bindings
|
|
@@ -165,10 +165,10 @@ if ( NOT Eigen3_FOUND OR
|
165
|
165
|
message ( STATUS "Missing hard dependencies have been found, these will be downloaded any compiled." )
|
166
|
166
|
message ( STATUS "This necessitates a two step build." )
|
167
|
167
|
message ( STATUS "Build these packages first...THEN RERUN CMAKE!" )
|
168
|
|
- project (SUPERBUILD NONE)
|
|
168
|
+ project (SUPERBUILD NONE)
|
169
|
169
|
# execute the superbuild (this script will be invoked again without the
|
170
|
|
- # USE_SUPERBUILD option this time)
|
171
|
|
- include (CMake/SuperBuild.cmake)
|
|
170
|
+ # USE_SUPERBUILD option this time)
|
|
171
|
+ include (CMake/SuperBuild.cmake)
|
172
|
172
|
return() # stop processing this file further
|
173
|
173
|
else()
|
174
|
174
|
#project (Blah) # <-- YOUR PROJECT NAME HERE
|