Skip to content

Commit 42811e3

Browse files
xvaaraRobAtticus
authored andcommitted
Fix typo in CMakeLists.txt
1 parent ddd61bc commit 42811e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ execute_process(
9393
OUTPUT_STRIP_TRAILING_WHITESPACE)
9494

9595
if (NOT ${PG_VERSION_STRING} MATCHES "^PostgreSQL[ ]+([0-9]+)\\.([0-9]+)(\\.([0-9]+))*")
96-
message(FATAL_ERROR "Could not parse PostgreSQL version ${PG_VERSION}")
96+
message(FATAL_ERROR "Could not parse PostgreSQL version ${PG_VERSION_STRING}")
9797
endif ()
9898

9999
set(PG_VERSION_MAJOR ${CMAKE_MATCH_1})

0 commit comments

Comments
 (0)