Changeset - d70ddd7fff40
[Not reviewed]
0 1 0
Jan Kaluza - 9 years ago 2016-02-08 14:01:59
jkaluza@redhat.com
Rever OPENSSL_FOUND change in the previous commit
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spectrum_manager/src/CMakeLists.txt
Show inline comments
 
@@ -8,8 +8,8 @@ SET_SOURCE_FILES_PROPERTIES(${CMAKE_CURRENT_SOURCE_DIR}/../../include/transport/
 

	
 
target_link_libraries(spectrum2_manager transport ${SWIFTEN_LIBRARY} ${PROTOBUF_LIBRARIES})
 

	
 
if (CMAKE_COMPILER_IS_GNUCXX AND ${OPENSSL_FOUND})
 
add_definitions(-DMG_ENABLE_SSL)
 
if (CMAKE_COMPILER_IS_GNUCXX)
 
target_link_libraries(spectrum2_manager ${OPENSSL_LIBRARIES})
 
endif()
 

	
0 comments (0 inline, 0 general)