OS X: fix clang compile error over non-existent simpleini lib

This commit is contained in:
Fabio Arnold 2016-02-21 01:03:10 +01:00
parent 67878a21cb
commit d190b88854
2 changed files with 0 additions and 4 deletions

View File

@ -270,7 +270,6 @@ endif()
include_directories(${LIBCURL_INCLUDE_DIR})
# simpleini
set(SIMPLEINI_LIBRARY simpleini)
include_directories(${SIMPLEINI_DIR})
######################################################################

View File

@ -2,6 +2,3 @@
# Copyright (c) 2014, 2015 David Capello
add_library(cfg-lib cfg.cpp)
target_link_libraries(cfg-lib
${SIMPLEINI_LIBRARY})