X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=CMakeLists.txt;h=1ab671d1f7939e6752d2dee762a1a6a1edf24770;hb=026dc6b2bc548c945359c4e166eff514f2c47c6a;hp=03af9bdb9b14f5371d29f7bba8bfdd0d797732a9;hpb=76805933f794915a72b7f0a21b12af6654759f4f;p=fms.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 03af9bd..1ab671d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -210,3 +210,8 @@ IF(DO_CHARSET_CONVERSION) ENDIF(WIN32) ENDIF(ICONV_LIBRARY) ENDIF(DO_CHARSET_CONVERSION) + +# FreeBSD won't find Poco include files without this +IF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") + INCLUDE_DIRECTORIES(AFTER /usr/local/include) +ENDIF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")