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 a01b5d6 commit 01a9ba4Copy full SHA for 01a9ba4
cmake/ext/pdo_sqlite/CMakeLists.txt
@@ -92,7 +92,12 @@ if(TARGET SQLite::SQLite3)
92
set(CMAKE_REQUIRED_LIBRARIES SQLite::SQLite3)
93
94
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)
+
96
+ check_symbol_exists(
97
+ sqlite3_column_table_name
98
+ sqlite3.h
99
+ HAVE_SQLITE3_COLUMN_TABLE_NAME
100
+ )
101
cmake_pop_check_state()
102
endif()
103
0 commit comments