Merge pull request #973 from farnold/master

OS X: fix clang compile error over non-existent simpleini lib
This commit is contained in:
David Capello 2016-02-26 19:00:25 -03:00
commit 1c8d89c31f
2 changed files with 0 additions and 4 deletions

View File

@ -271,7 +271,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})