comparison CMakeLists.txt @ 100:27dc762e3dc8

getting rid of static dcmtk for debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Oct 2012 09:33:25 +0200
parents 5eaf1b69acd5
children 428784e59dcd
comparison
equal deleted inserted replaced
99:52ed88d3096a 100:27dc762e3dc8
44 include(${CMAKE_SOURCE_DIR}/Resources/CMake/ZlibConfiguration.cmake) 44 include(${CMAKE_SOURCE_DIR}/Resources/CMake/ZlibConfiguration.cmake)
45 include(${CMAKE_SOURCE_DIR}/Resources/CMake/SQLiteConfiguration.cmake) 45 include(${CMAKE_SOURCE_DIR}/Resources/CMake/SQLiteConfiguration.cmake)
46 include(${CMAKE_SOURCE_DIR}/Resources/CMake/JsonCppConfiguration.cmake) 46 include(${CMAKE_SOURCE_DIR}/Resources/CMake/JsonCppConfiguration.cmake)
47 include(${CMAKE_SOURCE_DIR}/Resources/CMake/LibCurlConfiguration.cmake) 47 include(${CMAKE_SOURCE_DIR}/Resources/CMake/LibCurlConfiguration.cmake)
48 include(${CMAKE_SOURCE_DIR}/Resources/CMake/LibPngConfiguration.cmake) 48 include(${CMAKE_SOURCE_DIR}/Resources/CMake/LibPngConfiguration.cmake)
49 include(${CMAKE_SOURCE_DIR}/Resources/CMake/Log4CPlusConfiguration.cmake)
49 50
50 51
51 if (${CMAKE_COMPILER_IS_GNUCXX}) 52 if (${CMAKE_COMPILER_IS_GNUCXX})
52 set(CMAKE_C_FLAGS "-Wall -Wno-long-long -Wno-implicit-function-declaration") 53 set(CMAKE_C_FLAGS "-Wall -Wno-long-long -Wno-implicit-function-declaration")
53 # --std=c99 makes libcurl not to compile 54 # --std=c99 makes libcurl not to compile