From 4f6be04586da3d9a3177b417153a6843590aaaab Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Thu, 3 Mar 2011 16:48:03 +0100 Subject: [PATCH] before merging digitalguru's pull request --- CMakeLists.txt | 2 +- src/kiwi/CMakeLists.txt | 1 - test/CMakeLists.txt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7de6eee..6b70089 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ set ( LIBKIWI_NAME "Kiwi${SUFFIXLIB}" ) # ----------------------------------------------------------------------------- SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -gdwarf-2) - +message( "CXX Flags: ${CMAKE_CXX_FLAGS}" ) #------------------------------------------------------------------------------ # Add subdirectories diff --git a/src/kiwi/CMakeLists.txt b/src/kiwi/CMakeLists.txt index 6b2e9f7..abcaa54 100644 --- a/src/kiwi/CMakeLists.txt +++ b/src/kiwi/CMakeLists.txt @@ -41,6 +41,5 @@ SET(KIWI_SRC ${KIWI_SRC} # tutorial/FilterSkeleton.cpp ) - add_library ( ${LIBKIWI_NAME} ${KIWI_SRC}) TARGET_LINK_LIBRARIES(${LIBKIWI_NAME} ${optionalLibs} ) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 32d7b9d..f092b65 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -53,7 +53,7 @@ SET(KIWI_TESTS_SRC ${KIWI_TESTS_SRC} generic/RectangleContainerTest ) -message("Kiwi Library : ${LIBKIWI_NAME}") +message("-- Kiwi Library : ${LIBKIWI_NAME}") FOREACH(FILE ${KIWI_TESTS_SRC}) add_executable(${FILE} ${FILE})