We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcb9b1 commit af30576Copy full SHA for af30576
1 file changed
CMakeLists.txt
@@ -102,7 +102,7 @@ else ()
102
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
103
endif ()
104
add_definitions(-DBOOST_ALL_NO_LIB)
105
- set(MSVC_CXX_FLAGS ${MSVC_CXX_FLAGS} /wd4503 /bigobj)
+ set(MSVC_CXX_FLAGS ${MSVC_CXX_FLAGS} /wd4503 /bigobj /Zc:__cplusplus)
106
107
if (CMAKE_BUILD_TYPE MATCHES "Debug" AND JINJA2CPP_MSVC_RUNTIME_TYPE)
108
set(JINJA2CPP_MSVC_RUNTIME_TYPE "${JINJA2CPP_MSVC_RUNTIME_TYPE}d")
0 commit comments