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 4a75d19 commit f35726cCopy full SHA for f35726c
CMakeLists.txt
@@ -50,7 +50,8 @@ endif()
50
if (MSVC)
51
add_compile_options("$<$<COMPILE_LANGUAGE:C>:/utf-8>")
52
add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/utf-8>")
53
- add_compile_options(/bigobj)
+ add_compile_options("$<$<COMPILE_LANGUAGE:C>:/bigobj>")
54
+ add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/bigobj>")
55
endif()
56
57
#
0 commit comments