Skip to content

Commit

Permalink
changed the default build configuration on non-Windows platforms from…
Browse files Browse the repository at this point in the history
… Release to Ship.
  • Loading branch information
dictoon committed Oct 3, 2012
1 parent 317d02e commit d602eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ set (CMAKE_CONFIGURATION_TYPES "Debug;Release;Profile;Ship" CACHE STRING "" FORC
# Select a build configuration if none is selected yet.
if (NOT CMAKE_BUILD_TYPE)
convert_list_to_string (config_types_string ${CMAKE_CONFIGURATION_TYPES})
set (CMAKE_BUILD_TYPE Release
set (CMAKE_BUILD_TYPE Ship
CACHE STRING "Choose the type of build, options are: ${config_types_string}" FORCE)
endif ()

Expand Down

0 comments on commit d602eac

Please sign in to comment.