mirror of https://github.com/CGAL/cgal
Remove unused variable
This commit is contained in:
parent
f2c68b25cd
commit
bcd3b6cde3
|
|
@ -11,7 +11,6 @@ set(CGAL_CONFIG_LOADED TRUE)
|
|||
get_filename_component(CGAL_CONFIG_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
|
||||
set(CGAL_HEADER_ONLY "@CGAL_HEADER_ONLY@" )
|
||||
set(CGAL_QT5_QTMOCCMAKE_FILES "@CGAL_QT5_QTMOCCMAKE_FILES@")
|
||||
|
||||
# The code for including exported targets is different from
|
||||
# CGAL_Config_install.cmake. We do not have separate export files in
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ set(CGAL_CONFIG_LOADED TRUE)
|
|||
get_filename_component(CGAL_CONFIG_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
|
||||
set(CGAL_HEADER_ONLY "@CGAL_HEADER_ONLY@" )
|
||||
set(CGAL_QT5_QTMOCCMAKE_FILES "@CGAL_QT5_QTMOCCMAKE_FILES@")
|
||||
|
||||
# CGAL_DIR is the directory where this CGALConfig.cmake is installed
|
||||
set(CGAL_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@")
|
||||
|
|
|
|||
Loading…
Reference in New Issue