diff --git a/src/library/CMakeLists.txt b/src/library/CMakeLists.txt index b07ce5d..26a782d 100755 --- a/src/library/CMakeLists.txt +++ b/src/library/CMakeLists.txt @@ -107,9 +107,9 @@ endif() # Set the Version and SOVersion and define the public API # # for the BigWhoop library. # #----------------------------------------------------------# -set_target_properties(bwclib PROPERTIES VERSION ${BWC_VERSION} - SOVERSION ${BWC_VERSION_MAJOR} - PUBLIC_HEADER ${CMAKE_SOURCE_DIR}/include/library/public/bwc.h) +set_target_properties(bwclib PROPERTIES VERSION "${BWC_VERSION}" + SOVERSION "${BWC_VERSION_MAJOR}" + PUBLIC_HEADER "${CMAKE_SOURCE_DIR}/include/library/public/bwc.h") #----------------------------------------------------------# # Setup up the include directory for the BigWhoop library. #