fix freebsd build

pull/532/head
Jeff Becker 5 years ago
parent e10edfd0b8
commit 2c5fa94170
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -374,7 +374,7 @@ target_include_directories(${ABYSS_LIB} PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/${AB
target_include_directories(${ABYSS_EXE} PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/${ABYSS}/include")
# for freebsd
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
target_include_directories(${ABYSS_LIB} /usr/local/include)
target_include_directories(${ABYSS_LIB} PUBLIC /usr/local/include)
endif(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
add_log_tag(${ABYSS_EXE})
add_log_tag(${ABYSS_LIB})

Loading…
Cancel
Save