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 b6df723 commit b882f9aCopy full SHA for b882f9a
tools/CMakeLists.txt
@@ -33,7 +33,7 @@ function(binary TARGET)
33
target_link_libraries(${TARGET} PUBLIC ${COMMON_LIBS})
34
target_link_libraries(${TARGET} PUBLIC ${BINARY_LIBS})
35
target_compile_definitions(${TARGET} PUBLIC ${BINARY_DEFS})
36
- target_compile_options(${TARGET} PUBLIC ${BINARY_FLAGS} ${debug} ${warning_options})
+ target_compile_options(${TARGET} PUBLIC ${BINARY_FLAGS} ${debug} ${warning_options} $<$<CXX_COMPILER_ID:MSVC>:/Zc:__cplusplus>)
37
target_include_directories(${TARGET} PUBLIC "${PROJECT_SOURCE_DIR}/src")
38
target_compile_features(${TARGET} PRIVATE cxx_std_20)
39
set_target_properties(
0 commit comments