Skip to content

Commit

Permalink
Set CMake's Mac OS X bundle generation default value to OFF (should o…
Browse files Browse the repository at this point in the history
…nly be useful when distributing package)

Former-commit-id: 0b7f11e1b1b40e8180109e93626ca30a91f39a48
  • Loading branch information
fredroy committed Mar 21, 2016
1 parent 2f9b234 commit d5f9281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/projects/runSofa/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.12)
project(runSofa)

option(RUNSOFA_INSTALL_AS_BUNDLE "Create a bundle containing all the installation files (Only Mac OS X for now)" ON)
option(RUNSOFA_INSTALL_AS_BUNDLE "Create a bundle containing all the installation files (Only Mac OS X for now)" OFF)

if(APPLE)
set(RC_FILES "${CMAKE_CURRENT_SOURCE_DIR}/runSOFA.icns")
Expand Down

0 comments on commit d5f9281

Please sign in to comment.