Browse Source

fix for building osx package

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
cbe32996ac
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -396,7 +396,7 @@ if (GUI)
endif()
if (APPLE)
if (APPLE AND GUI)
add_custom_target(appdmg
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}

Loading…
Cancel
Save