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 528a196 commit c83c10dCopy full SHA for c83c10d
regression-tests/cmake/CMakeLists.txt.in
@@ -8,11 +8,7 @@ endif ()
8
find_package(cppfront REQUIRED)
9
10
add_executable(test-case "@ARG_SOURCE@")
11
-target_compile_options(
12
- test-case
13
- PRIVATE
14
- "$<$<CXX_COMPILER_ID:MSVC>:/experimental:module>"
15
-)
+
16
if (MSVC AND (MSVC_TOOLSET_VERSION LESS 143))
17
# need -std:c++latest on VS 2019 and below
18
# TODO: consider making this a more precise usage requirement on cppfront_cpp2util
0 commit comments