We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2928e commit 2296069Copy full SHA for 2296069
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
2
INCLUDE(${CMAKE_SOURCE_DIR}/../csi-build-scripts/CMakeDependencies.txt)
3
4
if(WIN32)
5
- SET (PGSQLSRC "C:/Program Files/PostgreSQL/9.3")
+ SET (PGSQLSRC "C:/Program Files/PostgreSQL/9.4")
6
include_directories(${PGSQLSRC}/include)
7
link_directories(${CMAKE_SOURCE_DIR}/lib/$(Platform))
8
link_directories("C:/Program Files/PostgreSQL/9.3/lib")
0 commit comments