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 dfa1009 commit 771253fCopy full SHA for 771253f
1 file changed
src/cmake/compiler/msvc/settings.cmake
@@ -36,6 +36,11 @@ target_compile_options(acore-compile-option-interface
36
INTERFACE
37
/utf-8)
38
39
+target_compile_options(acore-compile-option-interface
40
+ INTERFACE
41
+ /Zc:preprocessor)
42
+message(STATUS "MSVC: Enabled standard conforming preprocessor")
43
+
44
if(PLATFORM EQUAL 64)
45
# This definition is necessary to work around a bug with Intellisense described
46
# here: http://tinyurl.com/2cb428. Syntax highlighting is important for proper
0 commit comments