Skip to content

Commit 6fe17fe

Browse files
authored
Merge pull request #92 from Smattr/smattr/44f20c90-cac3-4769-8030-8de8f07f5ee7
Fix typoed CMake 'else' branch
2 parents e878378 + 257cb44 commit 6fe17fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ option(BUILD_JAVA_NATIVE_INTERFACE
7878
# and PMWINMM (for windows), but these are assumed.
7979
#
8080
if(APPLE OR WIN32)
81-
else(APPLE_OR_WIN32)
81+
else(APPLE OR WIN32)
8282
set(LINUX_DEFINES "PMALSA" CACHE STRING "must define either PMALSA or PMNULL")
8383
add_compile_definitions(${LINUX_DEFINES})
8484
endif(APPLE OR WIN32)

0 commit comments

Comments
 (0)