projects
/
project
/
jsonpath.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56dcaf8
)
remove obsolete /opt/local include/lib directories on mac os x
author
Felix Fietkau
<nbd@nbd.name>
Sat, 2 Jul 2016 08:16:53 +0000
(10:16 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Sat, 2 Jul 2016 08:16:57 +0000
(10:16 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index f2ff51ec9f01f1e9cd37a980c4dfcd8db3313e5b..7361eb246c94f93d829c55d291883edd81f1eab0 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-7,11
+7,6
@@
IF(NOT APPLE)
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-Wl,--gc-sections")
ENDIF()
-IF(APPLE)
- INCLUDE_DIRECTORIES(/opt/local/include)
- LINK_DIRECTORIES(/opt/local/lib)
-ENDIF()
-
find_library(json NAMES json-c json)
IF(DEBUG)