diff --git a/CMakeLists.txt b/CMakeLists.txt index 5eeea2138..b2a01f3bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -271,7 +271,6 @@ endif() include_directories(${LIBCURL_INCLUDE_DIR}) # simpleini -set(SIMPLEINI_LIBRARY simpleini) include_directories(${SIMPLEINI_DIR}) ###################################################################### diff --git a/src/cfg/CMakeLists.txt b/src/cfg/CMakeLists.txt index f93f81c75..612f65128 100644 --- a/src/cfg/CMakeLists.txt +++ b/src/cfg/CMakeLists.txt @@ -2,6 +2,3 @@ # Copyright (c) 2014, 2015 David Capello add_library(cfg-lib cfg.cpp) - -target_link_libraries(cfg-lib - ${SIMPLEINI_LIBRARY})