Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/graphics/ampasCTL/files/patch-lib_IlmCtlSimd_CMakeLists.txt
16124 views
1
--- lib/IlmCtlSimd/CMakeLists.txt.orig 2021-04-11 04:27:17 UTC
2
+++ lib/IlmCtlSimd/CMakeLists.txt
3
@@ -1,7 +1,7 @@
4
include_directories( "${CMAKE_CURRENT_SOURCE_DIR}" "${PROJECT_SOURCE_DIR}/lib/IlmCtl" "${PROJECT_SOURCE_DIR}/lib/IlmCtlMath" )
5
6
add_executable( halfExpLogTable halfExpLogTable.cpp )
7
-target_link_libraries( halfExpLogTable Half )
8
+target_link_libraries( halfExpLogTable Imath )
9
10
add_custom_command( OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/halfExpLogTable.h"
11
COMMAND halfExpLogTable "${CMAKE_CURRENT_BINARY_DIR}/halfExpLogTable.h" "${CMAKE_CURRENT_BINARY_DIR}/halfExpLog.h"
12
13