mirror of https://github.com/CGAL/cgal
Prevent Qt headers from appearing in the list of variables shown by CMakeSetup/ccmake
This commit is contained in:
parent
9f664c3ac7
commit
80c93d487c
|
|
@ -142,7 +142,7 @@ MACRO(QT3_AUTOMOC)
|
||||||
NAMES ${_basename}.h
|
NAMES ${_basename}.h
|
||||||
PATHS ${_current_abs_PATH} ${CMAKE_CURRENT_SOURCE_DIR} ${_inc_DIRS}
|
PATHS ${_current_abs_PATH} ${CMAKE_CURRENT_SOURCE_DIR} ${_inc_DIRS}
|
||||||
NO_DEFAULT_PATH)
|
NO_DEFAULT_PATH)
|
||||||
MARK_AS_ADVANCED(${_header})
|
set ( ${_header} ${${_header}} CACHE INTERNAL "hide this" FORCE )
|
||||||
|
|
||||||
if (NOT ${_header})
|
if (NOT ${_header})
|
||||||
set( moc_source "${_current_abs_FILE}" )
|
set( moc_source "${_current_abs_FILE}" )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue