From 249e424814c28e3bc4351a9c1cd9e8ad23c259bc Mon Sep 17 00:00:00 2001 From: Francois Keith <francois.keith@aist.go.jp> Date: Wed, 10 Nov 2010 18:09:53 +0900 Subject: [PATCH] Remove the macro BUILDING_'PKG' and use the one defined by header.cmake instead --- cmake | 2 +- src/CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cmake b/cmake index 5173e0e6..89855215 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 5173e0e66a28c3fe98eb9f29f958bd1180a08768 +Subproject commit 8985521556c591f1adf9a4cfc6226c7d00189c32 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 44fa1e35..ce7aa655 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,8 +23,6 @@ IF (NOT (\"${CMAKE_VERBOSITY_LEVEL}\" STREQUAL \"\")) ADD_DEFINITIONS(-DVP_DEBUG_MODE=${CMAKE_VERBOSITY_LEVEL} -DVP_DEBUG) ENDIF (NOT (\"${CMAKE_VERBOSITY_LEVEL}\" STREQUAL \"\")) -# Declare that dynamic-graph shared library is being built. -ADD_DEFINITIONS(-DBUILDING_DYNAMIC_GRAPH) # Declare boost include directories include_directories(${Boost_INCLUDE_DIRS}) -- GitLab