summaryrefslogtreecommitdiff
path: root/Depends.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Depends.cmake')
-rw-r--r--Depends.cmake2
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
115if (NOT EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation/CMakeLists.txt) 115if (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)
118else () 118else ()
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.