Skip to content

Commit

Permalink
lib: sqlite3: do not link to 'dl', not required (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Jan 4, 2017
1 parent d93597a commit a5dcd7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/sqlite-amalgamation-3150200/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ set(src
)

add_library(sqlite3 STATIC ${src})

if(NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
target_link_libraries(sqlite3 dl)
endif()

0 comments on commit a5dcd7a

Please sign in to comment.