Skip to content

Commit

Permalink
before merging digitalguru's pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
nical committed Mar 3, 2011
1 parent 3a736b1 commit 4f6be04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/kiwi/CMakeLists.txt
Expand Up @@ -41,6 +41,5 @@ SET(KIWI_SRC ${KIWI_SRC}
# tutorial/FilterSkeleton.cpp
)


add_library ( ${LIBKIWI_NAME} ${KIWI_SRC})
TARGET_LINK_LIBRARIES(${LIBKIWI_NAME} ${optionalLibs} )
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Expand Up @@ -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})
Expand Down

0 comments on commit 4f6be04

Please sign in to comment.