We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4498885 + 913cd79 commit 40f1668Copy full SHA for 40f1668
config/config.cmake
@@ -16,13 +16,6 @@ if(NOT CleanImport)
16
set(CleanImport "false")
17
endif()
18
19
-if(${SupportLTL} STREQUAL "true")
20
- if(NOT CMAKE_BUILD_TYPE)
21
- message(WARNING "VC-LTL not load, because CMAKE_BUILD_TYPE is not defined!!!")
22
- set(SupportLTL "false")
23
- endif()
24
-endif()
25
-
26
if(${SupportLTL} STREQUAL "true")
27
if(NOT CMAKE_SYSTEM_NAME)
28
message(WARNING "VC-LTL not load, because CMAKE_SYSTEM_NAME is not defined!!!")
@@ -222,4 +215,4 @@ if(${SupportLTL} STREQUAL "true")
222
215
set(CMAKE_CREATE_CONSOLE_EXE "${CMAKE_CREATE_CONSOLE_EXE} ${LTL_CMAKE_CREATE_CONSOLE_EXE}")
223
216
224
217
225
218
+endif()
0 commit comments