Skip to content

Commit 0c46d86

Browse files
authored
Merge pull request #324 Fix Readme installation instructions from franklange/fix_readme_install
2 parents f6b3225 + 2383860 commit 0c46d86

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ Example for Linux:
103103
```cmake
104104
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/thirdparty/SQLiteCpp)
105105
106-
include_directories(
107-
${CMAKE_CURRENT_LIST_DIR}/thirdparty/SQLiteCpp/include
108-
)
109-
110106
add_executable(main src/main.cpp)
111107
target_link_libraries(main
112108
SQLiteCpp

0 commit comments

Comments
 (0)