summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-14 14:07:22 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-14 14:07:22 +0300
commit336fd43554cc9877a323175e3ab9d1798df820f1 (patch)
tree4651c1590befb9c9bf7d50f097607f5ef2ecdb97 /CMakeLists.txt
parent2ca1b779551138d6b5ab954884f4fb2a89208100 (diff)
Configuring without the_Foundation submodule
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2d7128ed..2ac29323 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ option (ENABLE_RESOURCE_EMBED "Embed resources inside the executable" OFF)
14 14
15include (BuildType.cmake) 15include (BuildType.cmake)
16include (Embed.cmake) 16include (Embed.cmake)
17if (NOT EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation) 17if (NOT EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation/CMakeLists.txt)
18 set (INSTALL_THE_FOUNDATION YES) 18 set (INSTALL_THE_FOUNDATION YES)
19 find_package (the_Foundation REQUIRED) 19 find_package (the_Foundation REQUIRED)
20else () 20else ()