mirror of https://github.com/CGAL/cgal
Remove variables CGAL_<lib>_BASENAME: no longer used.
This commit is contained in:
parent
b7eeb70bce
commit
8b413cef28
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -66,8 +66,6 @@ if( QT4_FOUND )
|
|||
endforeach()
|
||||
endforeach()
|
||||
|
||||
set( CGAL_Qt4_BASENAME CGAL_Qt4 )
|
||||
|
||||
foreach(mocfile ${mocfiles})
|
||||
list(APPEND additional_files ${mocfile})
|
||||
endforeach()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue