summaryrefslogtreecommitdiff
path: root/math/hptt/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'math/hptt/files/patch-CMakeLists.txt')
-rw-r--r--math/hptt/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/hptt/files/patch-CMakeLists.txt b/math/hptt/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..a1194edf89fb
--- /dev/null
+++ b/math/hptt/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2022-05-31 20:45:22 UTC
++++ CMakeLists.txt
+@@ -37,7 +37,7 @@ endif()
+
+ set(HPTT_SRCS src/hptt.cpp src/plan.cpp src/transpose.cpp src/utils.cpp)
+
+-add_library(hptt STATIC ${HPTT_SRCS})
++add_library(hptt ${HPTT_SRCS})
+ target_compile_features(hptt PUBLIC cxx_std_11)
+ target_include_directories(hptt PUBLIC ${PROJECT_SOURCE_DIR}/include)
+ #target_compile_definitions(hptt PRIVATE ${HPTT_CXX_COMPILE_DEFS})