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 b7a6cd25..348039b3 100644
--- a/Depends.cmake
+++ b/Depends.cmake
@@ -18,7 +18,7 @@ set (_dependsToBuild)
18 18
19if (NOT EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation/CMakeLists.txt) 19if (NOT EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation/CMakeLists.txt)
20 set (INSTALL_THE_FOUNDATION YES) 20 set (INSTALL_THE_FOUNDATION YES)
21 find_package (the_Foundation 1.1.0 REQUIRED) 21 find_package (the_Foundation 1.2.0 REQUIRED)
22else () 22else ()
23 if (EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation/.git) 23 if (EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation/.git)
24 # the_Foundation is checked out as a submodule, make sure it's up to date. 24 # the_Foundation is checked out as a submodule, make sure it's up to date.