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 933719f commit e668e57Copy full SHA for e668e57
cmake/FindSqlite3.cmake
@@ -15,6 +15,7 @@
15
# to the search list. This applies both to FIND_PATH and FIND_LIBRARY
16
FIND_PATH(SQLITE3_INCLUDE_DIR sqlite3.h
17
"$ENV{LIB_DIR}/include"
18
+ "$ENV{LIB_DIR}/include/sqlite"
19
/usr/local/include
20
/usr/include
21
#mingw
0 commit comments