We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58793bf commit 6492005Copy full SHA for 6492005
config/cmake/configure_trn.cmake
@@ -175,9 +175,6 @@ function(configure_trn)
175
set(STRING_CASE_COMPARE_SOURCES_strings "")
176
set(STRING_CASE_COMPARE_SOURCES_manual "string_case_compare.cpp")
177
set(STRING_CASE_COMPARE_SOURCES ${STRING_CASE_COMPARE_SOURCES_${STRING_CASE_COMPARE_FLAVOR}} PARENT_SCOPE)
178
- if((NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux") AND (NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows"))
179
- message(FATAL_ERROR "Unknown system ${CMAKE_HOST_SYSTEM_NAME}; expected 'Linux' or 'Windows'")
180
- endif()
181
configure_flavor_header("fdio" "${FDIO_FLAVOR}")
182
configure_flavor_header("pipe_io" "${PIPE_IO_FLAVOR}")
183
configure_flavor_header("string_case_compare" "${STRING_CASE_COMPARE_FLAVOR}")
0 commit comments