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 ddd61bc commit 42811e3Copy full SHA for 42811e3
CMakeLists.txt
@@ -93,7 +93,7 @@ execute_process(
93
OUTPUT_STRIP_TRAILING_WHITESPACE)
94
95
if (NOT ${PG_VERSION_STRING} MATCHES "^PostgreSQL[ ]+([0-9]+)\\.([0-9]+)(\\.([0-9]+))*")
96
- message(FATAL_ERROR "Could not parse PostgreSQL version ${PG_VERSION}")
+ message(FATAL_ERROR "Could not parse PostgreSQL version ${PG_VERSION_STRING}")
97
endif ()
98
99
set(PG_VERSION_MAJOR ${CMAKE_MATCH_1})
0 commit comments