We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c974e5c commit 940c54aCopy full SHA for 940c54a
1 file changed
app/CMakeLists.txt
@@ -315,7 +315,9 @@ endif()
315
# used to ensure these C/C++ headers are not passed to the Swift compiler.
316
if(MSVC)
317
add_compile_options(
318
- $<$<COMPILE_LANGUAGE:CXX>:/FI"assert.h" /FI"string.h" /FI"stdint.h">)
+ $<$<COMPILE_LANGUAGE:CXX>:/FI"assert.h">
319
+ $<$<COMPILE_LANGUAGE:CXX>:/FI"string.h">
320
+ $<$<COMPILE_LANGUAGE:CXX>:/FI"stdint.h">)
321
elseif(APPLE)
322
323
"$<$<COMPILE_LANGUAGE:CXX>:SHELL:-include assert.h>"
0 commit comments