Ver código fonte

Mark the results from find() as advanced

Alex
Alex Neundorf 14 anos atrás
pai
commit
e159bb5bf8
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      Modules/FindPostgreSQL.cmake

+ 2 - 0
Modules/FindPostgreSQL.cmake

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