Browse Source

Merge pull request #173 from libRocket/feature/cmake-osx-lib-naming-convention

Removed CMAKE_DEBUG_POSTFIX as it is easily accomplished by building with different output directories and referencing the libraries this way from within dependent projects
David Wimsey 11 years ago
parent
commit
5c2558f69f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Build/CMakeLists.txt

+ 0 - 2
Build/CMakeLists.txt

@@ -36,8 +36,6 @@ if(CMAKE_MAJOR_VERSION LESS 3)
 	list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/v2fixes)
 endif()
 
-set(CMAKE_DEBUG_POSTFIX  "_d")
-
 #===================================
 # Environment tests ================
 #===================================