Changeset - f747ef0b85f9
[Not reviewed]
0 1 0
Frank Zschockelt - 10 years ago 2016-02-01 22:33:26
gith12@freakysoft.de
Always set MG_ENABLE_SSL

mg_set_ssl() isn't used conditionally, so the necessary define shouldn't be
set conditionally either.
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)
 
add_definitions(-DMG_ENABLE_SSL)
 
if (CMAKE_COMPILER_IS_GNUCXX)
 
target_link_libraries(spectrum2_manager ${OPENSSL_LIBRARIES})
 
endif()
 

	
0 comments (0 inline, 0 general)