Skip to content

Commit ac0ee4c

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/FindSqlite3.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# you then need to explicitly add /usr and /usr/local prefixes
1515
# to the search list. This applies both to FIND_PATH and FIND_LIBRARY
1616
FIND_PATH(SQLITE3_INCLUDE_DIR sqlite3.h
17-
"$ENV{LIB_DIR}/include/sqlite"
17+
"$ENV{LIB_DIR}/include"
1818
/usr/local/include
1919
/usr/include
2020
#mingw

0 commit comments

Comments
 (0)
Please sign in to comment.