Skip to content

Commit

Permalink
fix SQLite for Mac OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Feb 22, 2016
1 parent 8950f39 commit 855f820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ppi_networkit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ set(SQLITECPP_BUILD_EXAMPLES OFF)
set(SQLITECPP_RUN_DOXYGEN OFF)
set(SQLITECPP_RUN_CPPCHECK OFF)
set(SQLITECPP_RUN_CPPLINT OFF)
set(SQLITECPP_INTERNAL_SQLITE OFF CACHE BOOL "use internal sqlite3" FORCE)
add_subdirectory(ext/SQLiteCpp)
include_directories("${PROJECT_SOURCE_DIR}/ext/SQLiteCpp/include")

Expand All @@ -61,7 +62,7 @@ add_subdirectory(src)

# benchmarks for tissue-specific betweenness
add_executable(benchmark benchmark.cpp)
target_link_libraries(benchmark ppi_networkit)
target_link_libraries(benchmark ppi_networkit dl)

# tests executable
add_executable(tests tests.cpp)
Expand Down

0 comments on commit 855f820

Please sign in to comment.