]> git.pld-linux.org Git - packages/ctl.git/blame - ctl-link.patch
- added link patch (missing linking with -lImath)
[packages/ctl.git] / ctl-link.patch
CommitLineData
d6ca24f6
JB
1--- CTL-ctl-1.5.2/lib/IlmCtlMath/CMakeLists.txt.orig 2023-03-14 18:23:20.790979681 +0100
2+++ CTL-ctl-1.5.2/lib/IlmCtlMath/CMakeLists.txt 2023-03-14 18:44:50.993990051 +0100
3@@ -6,7 +6,7 @@ add_library( IlmCtlMath ${DO_SHARED}
4 CtlRbfInterpolator.cpp
5 )
6
7-target_link_libraries( IlmCtlMath IlmCtl )
8+target_link_libraries( IlmCtlMath IlmCtl Imath )
9
10 set_target_properties( IlmCtlMath PROPERTIES
11 VERSION ${CTL_VERSION}
This page took 0.124869 seconds and 4 git commands to generate.