aboutsummaryrefslogtreecommitdiff
path: root/graphics/f3d/files/patch-application_CMakeLists.txt
blob: f219486bd740addd022282e0574d018fa437e51b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- application/CMakeLists.txt.orig	2022-09-07 16:38:14 UTC
+++ application/CMakeLists.txt
@@ -29,7 +29,7 @@ endif()
 add_executable(f3d ${F3D_SOURCE_FILES})
 target_link_libraries(f3d PUBLIC libf3d)
 
-if (UNIX AND NOT APPLE)
+if (UNIX AND NOT APPLE AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
   target_link_libraries(f3d PRIVATE stdc++fs)
 endif ()