Skip to content

Commit ddc1678

Browse files
committed
Don't scan for C++ modules
1 parent 5139d00 commit ddc1678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CommonOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function(set_common_options_on_targets)
155155
list(APPEND common_public_compile_features ${TREMOTESF_COMMON_PUBLIC_COMPILE_FEATURES})
156156
endif()
157157

158-
set(common_target_properties CXX_EXTENSIONS OFF)
158+
set(common_target_properties CXX_EXTENSIONS OFF CXX_SCAN_FOR_MODULES OFF)
159159
if (DEFINED TREMOTESF_COMMON_TARGET_PROPERTIES)
160160
list(APPEND common_target_properties ${TREMOTESF_COMMON_TARGET_PROPERTIES})
161161
endif()

0 commit comments

Comments
 (0)