Skip to content

Commit

Permalink
Initialise the CMake LIB_SUFFIX var.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian Köppchen committed Aug 10, 2014
1 parent 81618aa commit 102fb65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SET(MINOR_VERSION 1)
SET(PATCH_LEVEL 2)
SET(${PROJECT_NAME}_SOVERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_LEVEL})
SET(${PROJECT_NAME}_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_LEVEL})
SET(LIB_SUFFIX "" CACHE STRING "Suffix to append to the system lib folder")

# set default cmake build type to RelWithDebInfo (None Debug Release RelWithDebInfo MinSizeRel)
#IF( NOT CMAKE_BUILD_TYPE )
Expand Down

0 comments on commit 102fb65

Please sign in to comment.