summaryrefslogtreecommitdiffstats
path: root/lib/ffts/ffts.pc.cmake.in
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2024-08-24 13:04:45 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2024-08-24 13:51:05 -0500
commit2ef6dba8728db2437def9a4fc1d3e20e0aa44c31 (patch)
tree5211805789c78639d6b96a89bd0a4a96078d0fd9 /lib/ffts/ffts.pc.cmake.in
parentc40a208abbc778da4271485eba06a89d05c69b5e (diff)
downloadulab-2ef6dba8728db2437def9a4fc1d3e20e0aa44c31.tar.gz
ulab-2ef6dba8728db2437def9a4fc1d3e20e0aa44c31.zip
Revup FFTS to latest upstream version
Taken from https://github.com/linkotec/ffts Fixes ppc64el support and a handful of other bugs
Diffstat (limited to 'lib/ffts/ffts.pc.cmake.in')
-rw-r--r--lib/ffts/ffts.pc.cmake.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ffts/ffts.pc.cmake.in b/lib/ffts/ffts.pc.cmake.in
index 43f38e9..63d4cc0 100644
--- a/lib/ffts/ffts.pc.cmake.in
+++ b/lib/ffts/ffts.pc.cmake.in
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=${exec_prefix}
-libdir=${libdir}
-includedir=${includedir}
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
Name: @CMAKE_PROJECT_NAME@
Description: fast Fourier transform library