We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e878378 + 257cb44 commit 6fe17feCopy full SHA for 6fe17fe
CMakeLists.txt
@@ -78,7 +78,7 @@ option(BUILD_JAVA_NATIVE_INTERFACE
78
# and PMWINMM (for windows), but these are assumed.
79
#
80
if(APPLE OR WIN32)
81
-else(APPLE_OR_WIN32)
+else(APPLE OR WIN32)
82
set(LINUX_DEFINES "PMALSA" CACHE STRING "must define either PMALSA or PMNULL")
83
add_compile_definitions(${LINUX_DEFINES})
84
endif(APPLE OR WIN32)
0 commit comments