diff options
Diffstat (limited to 'Depends.cmake')
-rw-r--r-- | Depends.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Depends.cmake b/Depends.cmake index 86a1b47d..3af9102d 100644 --- a/Depends.cmake +++ b/Depends.cmake | |||
@@ -114,7 +114,7 @@ add_custom_target (ext-deps DEPENDS ${_dependsToBuild}) | |||
114 | 114 | ||
115 | if (NOT EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation/CMakeLists.txt) | 115 | if (NOT EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation/CMakeLists.txt) |
116 | set (INSTALL_THE_FOUNDATION YES) | 116 | set (INSTALL_THE_FOUNDATION YES) |
117 | find_package (the_Foundation REQUIRED) | 117 | find_package (the_Foundation 1.0.0 REQUIRED) |
118 | else () | 118 | else () |
119 | if (EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation/.git) | 119 | if (EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation/.git) |
120 | # the_Foundation is checked out as a submodule, make sure it's up to date. | 120 | # the_Foundation is checked out as a submodule, make sure it's up to date. |