We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5139d00 commit ddc1678Copy full SHA for ddc1678
cmake/CommonOptions.cmake
@@ -155,7 +155,7 @@ function(set_common_options_on_targets)
155
list(APPEND common_public_compile_features ${TREMOTESF_COMMON_PUBLIC_COMPILE_FEATURES})
156
endif()
157
158
- set(common_target_properties CXX_EXTENSIONS OFF)
+ set(common_target_properties CXX_EXTENSIONS OFF CXX_SCAN_FOR_MODULES OFF)
159
if (DEFINED TREMOTESF_COMMON_TARGET_PROPERTIES)
160
list(APPEND common_target_properties ${TREMOTESF_COMMON_TARGET_PROPERTIES})
161
0 commit comments