Skip to content

Commit

Permalink
Remove the force-caching of Debug;Release configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Jul 16, 2018
1 parent 6a24234 commit e59ea59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(Ogre_glTF)
#to build a library
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE)
#set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/CMake)

Expand Down

0 comments on commit e59ea59

Please sign in to comment.