From 6ca13ffd972b27538cc5cae7399a08ba104c8ccb Mon Sep 17 00:00:00 2001 From: pouillot Date: Sat, 9 Apr 2011 15:36:47 +0000 Subject: [PATCH] #307 Removed useless/duplicate dependency to plib/ssg in robots/ssggraph git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3484 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 4983755f1e223bd04853c69d2b9c81a6c45a0922 Former-commit-id: 1217f9188bc613c1672bdcbd6b8e1c06327fba98 --- cmake/macros.cmake | 4 ++-- src/modules/graphic/ssggraph/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/macros.cmake b/cmake/macros.cmake index 7f8e380b9..92b42a090 100644 --- a/cmake/macros.cmake +++ b/cmake/macros.cmake @@ -238,7 +238,7 @@ MACRO(ROBOT_MODULE) SET_TARGET_PROPERTIES(${RBM_NAME} PROPERTIES PREFIX "") ENDIF(UNIX) - ADD_PLIB_LIBRARY(${RBM_NAME} sg ssg) + ADD_PLIB_LIBRARY(${RBM_NAME} sg) ADD_SDLIB_LIBRARY(${RBM_NAME} robottools) SD_INSTALL_FILES(LIB drivers/${RBM_NAME} TARGETS ${RBM_NAME}) @@ -1549,4 +1549,4 @@ ADD_SD_COMPILE_OPTIONS() # _multiple_ times by every CMakeLists.txt). IF(NOT _ALREADY_DONE) SET(_ALREADY_DONE TRUE) -ENDIF(NOT _ALREADY_DONE) \ No newline at end of file +ENDIF(NOT _ALREADY_DONE) diff --git a/src/modules/graphic/ssggraph/CMakeLists.txt b/src/modules/graphic/ssggraph/CMakeLists.txt index 505a3777b..6f6fa0ae7 100644 --- a/src/modules/graphic/ssggraph/CMakeLists.txt +++ b/src/modules/graphic/ssggraph/CMakeLists.txt @@ -40,7 +40,7 @@ IF(UNIX) SET_TARGET_PROPERTIES(ssggraph PROPERTIES PREFIX "") ENDIF(UNIX) -ADD_PLIB_LIBRARY(ssggraph ssg ul sg sl ssg ssgaux) +ADD_PLIB_LIBRARY(ssggraph ul sg sl ssg ssgaux) ADD_SDL_LIBRARY(ssggraph) ADD_SDLIB_LIBRARY(ssggraph tgf tgfclient robottools)