Don't link libcJSON against libm on Haiku

refs #7115
This commit is contained in:
Gunnar Beutner 2014-09-06 02:15:05 +02:00
parent 418e7bc417
commit 3a44935f2d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ set_target_properties (
FOLDER Lib
)
if(UNIX)
if(UNIX AND NOT HAIKU)
target_link_libraries(cJSON m)
endif()