Skip to content
Snippets Groups Projects
Commit b3db597b authored by Matt McCormick's avatar Matt McCormick Committed by Brad King
Browse files

SystemInformation: Mark EXECINFO_LIB as advanced

Hide this implementation detail by default.

Change-Id: I436d76681c88459de470d5eec019acfc354d427e
parent cfbc1cc8
No related branches found
No related tags found
No related merge requests found
......@@ -682,6 +682,7 @@ IF(KWSYS_USE_SystemInformation)
# usually it's in libc but on FreeBSD
# it's in libexecinfo
FIND_LIBRARY(EXECINFO_LIB "execinfo")
MARK_AS_ADVANCED(EXECINFO_LIB)
IF (NOT EXECINFO_LIB)
SET(EXECINFO_LIB "")
ENDIF()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment