summaryrefslogtreecommitdiff
path: root/Depends.cmake
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-14 15:03:22 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-14 15:03:31 +0200
commit2a5e0219e70dfd1f266c9697c2fc00f3b332e49f (patch)
tree030837c7cc09e26f397fcdebe7c445c7f06f976c /Depends.cmake
parent61f7e50378088834b793e9a4fd8d040c8c19bc21 (diff)
Updated the_Foundation to v1.2
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.