Skip to content

Commit

Permalink
support RelWithDebInfo
Browse files Browse the repository at this point in the history
let the library user define Configurations type or build type
  • Loading branch information
Ubiquite authored Jan 9, 2017
1 parent 6bae9fa commit 02c6e5b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ if (POLICY CMP0042)
cmake_policy(SET CMP0042 OLD)
endif()

# must go before the project command
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "Configs" FORCE)
if(DEFINED CMAKE_BUILD_TYPE)
set_property( CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYPES} )
endif()

include("cmake/HunterGate.cmake")
HunterGate(
URL "https://github.com/ruslo/hunter/archive/v0.14.4.tar.gz"
Expand Down

0 comments on commit 02c6e5b

Please sign in to comment.