|
@@ -89,7 +89,7 @@ if (USE_CASSANDRA)
|
|
|
HPCC_ADD_LIBRARY( cassandraembed SHARED ${SRCS} )
|
|
|
if (${CMAKE_VERSION} VERSION_LESS "2.8.9")
|
|
|
message("WARNING: Cannot set NO_SONAME. shlibdeps will give warnings when package is installed")
|
|
|
- elif(NOT APPLE)
|
|
|
+ elseif(NOT APPLE)
|
|
|
set_target_properties( cassandraembed PROPERTIES NO_SONAME 1 )
|
|
|
endif()
|
|
|
|