Remove variables CGAL_<lib>_BASENAME: no longer used.

This commit is contained in:
Laurent Rineau 2012-01-25 16:37:06 +00:00
parent b7eeb70bce
commit 8b413cef28
4 changed files with 0 additions and 8 deletions

View File

@ -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()

View File

@ -66,8 +66,6 @@ if( QT4_FOUND )
endforeach()
endforeach()
set( CGAL_Qt4_BASENAME CGAL_Qt4 )
foreach(mocfile ${mocfiles})
list(APPEND additional_files ${mocfile})
endforeach()

View File

@ -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()

View File

@ -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()