Commit 83492953 authored by Sören Schwertfeger's avatar Sören Schwertfeger
Browse files

compiles on Mac again

parent 5d684746
......@@ -50,7 +50,8 @@ cmake_minimum_required(VERSION 2.8)
#target_link_libraries( ${PROJECT_NAME} CC_CORE_LIB )
if (APPLE)
get_target_property(JsonCpp_includes ${jsoncpp_lib_static} INTERFACE_INCLUDE_DIRECTORIES)
get_target_property(JsonCpp_includes jsoncpp_lib_static INTERFACE_INCLUDE_DIRECTORIES)
set(jsoncpp_lib_static "jsoncpp_lib_static")
endif()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment