Skip to content

Commit

Permalink
Fix compilation without PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jan 14, 2017
1 parent bc7d81e commit 95b2f46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -107,7 +107,8 @@ if(ENABLE_POSTGRESQL)
include_directories(${PostgreSQL_INCLUDE_DIR})
set(POSTGRESQL_LIBRARY ${PostgreSQL_LIBRARIES})
else()
message(STATUS "PostgreSQL not found!")
message(STATUS "PostgreSQL not found.")
set(POSTGRESQL_LIBRARY "")
endif()
endif(ENABLE_POSTGRESQL)

Expand Down

0 comments on commit 95b2f46

Please sign in to comment.