Skip to content

Commit 8750370

Browse files
Append SQLite3_INCLUDE_DIRS to BTCPP_EXTRA_INCLUDE_DIRS, otherwise sqlite3.h won't be found (#1002)
Co-authored-by: [email protected] <[email protected]>
1 parent cb6c751 commit 8750370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/conan_build.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ endif()
1010
if(BTCPP_SQLITE_LOGGING)
1111
find_package(SQLite3 REQUIRED)
1212
list(APPEND BTCPP_EXTRA_LIBRARIES ${SQLite3_LIBRARIES})
13+
list(APPEND BTCPP_EXTRA_INCLUDE_DIRS ${SQLite3_INCLUDE_DIRS})
1314
message(STATUS "SQLite3_LIBRARIES: ${SQLite3_LIBRARIES}")
1415
endif()
1516

0 commit comments

Comments
 (0)