Skip to content

Commit c83c10d

Browse files
committed
Try removing /experimental:module
1 parent 528a196 commit c83c10d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

regression-tests/cmake/CMakeLists.txt.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ endif ()
88
find_package(cppfront REQUIRED)
99

1010
add_executable(test-case "@ARG_SOURCE@")
11-
target_compile_options(
12-
test-case
13-
PRIVATE
14-
"$<$<CXX_COMPILER_ID:MSVC>:/experimental:module>"
15-
)
11+
1612
if (MSVC AND (MSVC_TOOLSET_VERSION LESS 143))
1713
# need -std:c++latest on VS 2019 and below
1814
# TODO: consider making this a more precise usage requirement on cppfront_cpp2util

0 commit comments

Comments
 (0)