Mark the results from find() as advanced

Alex
This commit is contained in:
Alex Neundorf 2011-08-01 22:27:50 +02:00
parent da1bdaf16a
commit e159bb5bf8
1 changed files with 2 additions and 0 deletions

View File

@ -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 )