1
0
Fork 0

fixed typo in build instructions

This commit is contained in:
Jan Steemann 2015-03-26 10:42:40 +01:00
parent 3bbc03d327
commit e09328341c
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ endif ()
if (BUILD_PACKAGE STREQUAL "dmg-cli")
option(DARWIN "Building for MacOS" ON)
else ()
option(DARWIN "Building for MacOS" OF)
option(DARWIN "Building for MacOS" OFF)
endif ()