mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 19:49:51 +00:00
Mark the results from find() as advanced
Alex
This commit is contained in:
parent
da1bdaf16a
commit
e159bb5bf8
@ -169,3 +169,5 @@ if(PostgreSQL_FOUND)
|
||||
#message("Final PostgreSQL library dir: ${PostgreSQL_LIBRARY_DIRS}")
|
||||
#message("Final PostgreSQL libraries: ${PostgreSQL_LIBRARIES}")
|
||||
endif(PostgreSQL_FOUND)
|
||||
|
||||
mark_as_advanced(PostgreSQL_INCLUDE_DIR PostgreSQL_TYPE_INCLUDE_DIR PostgreSQL_LIBRARY )
|
||||
|
Loading…
Reference in New Issue
Block a user