Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/graphics/ampasCTL/files/patch-lib_IlmCtl_CMakeLists.txt
16124 views
1
--- lib/IlmCtl/CMakeLists.txt.orig 2021-04-11 04:25:00 UTC
2
+++ lib/IlmCtl/CMakeLists.txt
3
@@ -22,7 +22,7 @@ add_library( IlmCtl ${DO_SHARED}
4
)
5
6
target_link_libraries( IlmCtl ${IlmBase_LDFLAGS_OTHER} )
7
-target_link_libraries( IlmCtl Iex IlmThread Half )
8
+target_link_libraries( IlmCtl Iex IlmThread Imath)
9
10
set_target_properties( IlmCtl PROPERTIES
11
VERSION ${CTL_VERSION}
12
13