Skip to content

Commit

Permalink
Mark variables for program executables as advanced - this is nothing …
Browse files Browse the repository at this point in the history
…to clutter the default display with.
  • Loading branch information
lbaehren committed Apr 25, 2012
1 parent c735eb9 commit 2bbf8a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/cmake/FindXercesc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ if (NOT XERCESC_FOUND)
find_program (XERCESC_${varProgramUpper}_EXECUTABLE varProgram
HINTS ${XERCESC_ROOT_DIR} ${CMAKE_INSTALL_PREFIX}
PATH_SUFFIXES bin
)
)
## Mark the variable as advanced
mark_as_advanced (
XERCESC_${varProgramUpper}_EXECUTABLE
)
endforeach (varProgram)

##_____________________________________________________________________________
Expand Down

0 comments on commit 2bbf8a6

Please sign in to comment.