Changeset - 603b6b9ecd03
[Not reviewed]
0 2 0
Jan Kaluza - 9 years ago 2016-02-08 17:06:37
jkaluza@redhat.com
Fix warnings when running cmake
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
cmake_minimum_required(VERSION 2.6)
 
project(libtransport)
 

	
 
cmake_policy(SET CMP0037 OLD)
 

	
 
message(STATUS "Variables to override default places where to find libraries:")
 
message(STATUS "|- cppunit : -DCPPUNIT_INCLUDE_DIR,  -DCPPUNIT_LIBRARY")
 
message(STATUS "|- swiften : -DSWIFTEN_INCLUDE_DIR,  -DSWIFTEN_LIBRARY")
spectrum/src/CMakeLists.txt
Show inline comments
 
@@ -17,7 +17,6 @@ endif()
 

	
 

	
 
ADD_DEPENDENCIES(spectrum2 spectrum2_libpurple_backend)
 
ADD_DEPENDENCIES(spectrum2 spectrum2_libircclient-qt_backend)
 

	
 
if (WIN32)
 
target_link_libraries(spectrum2 transport sqlite3 spectrum2-xmpp-frontend spectrum2-slack-frontend ${SWIFTEN_LIBRARY} ${LOG4CXX_LIBRARIES} ${PROTOBUF_LIBRARY})
0 comments (0 inline, 0 general)