Browse Source

Removed Debug suffix completely based on input from Tom Mason @wheybags and general usage within other projects. Continuous integration builds use separate directories for build configuration type which works as well as the name suffix

David Wimsey 11 years ago
parent
commit
84a78d139c
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Build/CMakeLists.txt

+ 0 - 6
Build/CMakeLists.txt

@@ -30,12 +30,6 @@ set(PROJECT_VERSION ${LIBROCKET_VERSION_MAJOR}.${LIBROCKET_VERSION_MINOR}.${LIBR
 # Search in the 'cmake' directory for additional CMake modules.
 list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
 
-if(NOT APPLE)
-	# Apple OSX and iOS use a subdirectory naming convention instead of
-	# appending a _d to the filename
-	set(CMAKE_DEBUG_POSTFIX  "_d")
-endif()
-
 #===================================
 # Environment tests ================
 #===================================