You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ else()
11
11
set(JINJA2CPP_IS_MAIN_PROJECT FALSE)
12
12
endif()
13
13
14
-
set (JINJA2CPP_DEPS_MODE "internal"CACHESTRING"Jinja2Cpp dependency management mode (internal | external | external-boost | conan-build). See documentation for details. 'interal' is default.")
14
+
set (JINJA2CPP_DEPS_MODE "external"CACHESTRING"Jinja2Cpp dependency management mode (internal | external | external-boost | conan-build). See documentation for details. 'interal' is default.")
15
15
if (NOT JINJA2CPP_DEPS_MODE)
16
-
set (JINJA2CPP_DEPS_MODE "internal")
16
+
set (JINJA2CPP_DEPS_MODE "external")
17
17
endif ()
18
18
19
19
if (JINJA2CPP_IS_MAIN_PROJECT ORNOT CMAKE_CXX_STANDARD)
0 commit comments