Skip to content

Commit 8c5e08f

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 3efa671 + feab92b commit 8c5e08f

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
@@ -86,7 +86,12 @@ if(TARGET SQLite::SQLite3)
8686
set(CMAKE_REQUIRED_LIBRARIES SQLite::SQLite3)
8787

8888
check_symbol_exists(sqlite3_close_v2 sqlite3.h HAVE_SQLITE3_CLOSE_V2)
89-
check_symbol_exists(sqlite3_column_table_name sqlite3.h HAVE_SQLITE3_COLUMN_TABLE_NAME)
89+
90+
check_symbol_exists(
91+
sqlite3_column_table_name
92+
sqlite3.h
93+
HAVE_SQLITE3_COLUMN_TABLE_NAME
94+
)
9095

9196
check_symbol_exists(
9297
sqlite3_load_extension

0 commit comments

Comments
 (0)