Skip to content

Commit 01a9ba4

Browse files
committed
Sync CS
1 parent a01b5d6 commit 01a9ba4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cmake/ext/pdo_sqlite/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,12 @@ if(TARGET SQLite::SQLite3)
9292
set(CMAKE_REQUIRED_LIBRARIES SQLite::SQLite3)
9393

9494
check_symbol_exists(sqlite3_close_v2 sqlite3.h HAVE_SQLITE3_CLOSE_V2)
95-
check_symbol_exists(sqlite3_column_table_name sqlite3.h HAVE_SQLITE3_COLUMN_TABLE_NAME)
95+
96+
check_symbol_exists(
97+
sqlite3_column_table_name
98+
sqlite3.h
99+
HAVE_SQLITE3_COLUMN_TABLE_NAME
100+
)
96101
cmake_pop_check_state()
97102
endif()
98103

0 commit comments

Comments
 (0)