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.
2 parents a6b0c02 + 01a9ba4 commit feab92bCopy full SHA for feab92b
cmake/ext/pdo_sqlite/CMakeLists.txt
@@ -86,7 +86,12 @@ if(TARGET SQLite::SQLite3)
86
set(CMAKE_REQUIRED_LIBRARIES SQLite::SQLite3)
87
88
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)
+
90
+ check_symbol_exists(
91
+ sqlite3_column_table_name
92
+ sqlite3.h
93
+ HAVE_SQLITE3_COLUMN_TABLE_NAME
94
+ )
95
96
check_symbol_exists(
97
sqlite3_load_extension
0 commit comments