From 8b413cef28cce78c23f25acb17d09092f5cbc0f3 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 25 Jan 2012 16:37:06 +0000 Subject: [PATCH] Remove variables CGAL__BASENAME: no longer used. --- Core/src/CGALCore/CMakeLists.txt | 2 -- GraphicsView/src/CGALQt4/CMakeLists.txt | 2 -- Installation/src/CGAL/CMakeLists.txt | 2 -- Qt_widget/src/CGALQt3/CMakeLists.txt | 2 -- 4 files changed, 8 deletions(-) diff --git a/Core/src/CGALCore/CMakeLists.txt b/Core/src/CGALCore/CMakeLists.txt index fb62bc83227..4407173d1f1 100644 --- a/Core/src/CGALCore/CMakeLists.txt +++ b/Core/src/CGALCore/CMakeLists.txt @@ -28,8 +28,6 @@ add_definitions ( ${CGAL_3RD_PARTY_DEFINITIONS} ) target_link_libraries( CGAL_Core ${CGAL_LIBRARY} ${CGAL_3RD_PARTY_LIBRARIES} ) -set( CGAL_Core_BASENAME CGAL_Core ) - if ( CGAL_INSTALL_LIB_DIR ) install(TARGETS CGAL_Core DESTINATION ${CGAL_INSTALL_LIB_DIR} ) endif() diff --git a/GraphicsView/src/CGALQt4/CMakeLists.txt b/GraphicsView/src/CGALQt4/CMakeLists.txt index 93a06dde06c..5302fa3b5f1 100644 --- a/GraphicsView/src/CGALQt4/CMakeLists.txt +++ b/GraphicsView/src/CGALQt4/CMakeLists.txt @@ -66,8 +66,6 @@ if( QT4_FOUND ) endforeach() endforeach() - set( CGAL_Qt4_BASENAME CGAL_Qt4 ) - foreach(mocfile ${mocfiles}) list(APPEND additional_files ${mocfile}) endforeach() diff --git a/Installation/src/CGAL/CMakeLists.txt b/Installation/src/CGAL/CMakeLists.txt index 2235f854b81..845d58a448e 100644 --- a/Installation/src/CGAL/CMakeLists.txt +++ b/Installation/src/CGAL/CMakeLists.txt @@ -8,8 +8,6 @@ build_cgal_library(CGAL CGAL "") target_link_libraries(CGAL ${CGAL_3RD_PARTY_LIBRARIES}) -set( CGAL_BASENAME CGAL ) - if ( CGAL_INSTALL_LIB_DIR ) install(TARGETS CGAL DESTINATION ${CGAL_INSTALL_LIB_DIR} ) endif() diff --git a/Qt_widget/src/CGALQt3/CMakeLists.txt b/Qt_widget/src/CGALQt3/CMakeLists.txt index 629054cee6f..6d5e0f13509 100644 --- a/Qt_widget/src/CGALQt3/CMakeLists.txt +++ b/Qt_widget/src/CGALQt3/CMakeLists.txt @@ -87,8 +87,6 @@ if( QT3_FOUND ) add_definitions( ${CGAL_3RD_PARTY_DEFINITIONS} ${CGAL_Qt3_3RD_PARTY_DEFINITIONS} ) - set( CGAL_Qt3_BASENAME CGAL_Qt3 ) - if ( CGAL_INSTALL_LIB_DIR ) install(TARGETS CGAL_Qt3 DESTINATION ${CGAL_INSTALL_LIB_DIR} ) endif()