We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667c5b8 commit 16b8291Copy full SHA for 16b8291
CMakeLists.txt
@@ -66,7 +66,9 @@ if (SPOUT_BUILD_ARM)
66
File(DOWNLOAD https://github.com/DLTcollab/sse2neon/raw/master/sse2neon.h ${PROJECT_SOURCE_DIR}/SPOUTSDK/sse2neon/sse2neon.h)
67
# Add compiler include_directory and /Zc:preprocessor define
68
include_directories(SPOUTSDK/sse2neon)
69
- add_compile_options(/Zc:preprocessor)
+ if (MSVC)
70
+ add_compile_options(/Zc:preprocessor)
71
+ endif (MSVC)
72
endif (SPOUT_BUILD_ARM)
73
74
if (SPOUT_BUILD_CMT AND MSVC)
0 commit comments