From 014a38c919e246610736d850b523ddfe65f5d32b Mon Sep 17 00:00:00 2001 From: tremblap Date: Fri, 1 Mar 2024 10:34:22 +0000 Subject: [PATCH] fixes for hisstools header only --- CMakeLists.txt | 5 ----- scripts/MakePluginSources.cmake | 1 - 2 files changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6119f79..0610452 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,11 +132,6 @@ if(APPLE OR WIN32) set(CMAKE_SHARED_MODULE_SUFFIX ".scx") endif() -#needed for complaint-free static linking with GCC -if(CMAKE_COMPILER_IS_GNUCXX) - target_compile_options( HISSTools_FFT PUBLIC -fPIC ) -endif() - #sandbox regrettable dependency on SC internals for SendReply() if(SYSTEM_BOOST) diff --git a/scripts/MakePluginSources.cmake b/scripts/MakePluginSources.cmake index 0b81361..4f4c155 100644 --- a/scripts/MakePluginSources.cmake +++ b/scripts/MakePluginSources.cmake @@ -42,7 +42,6 @@ function(add_sc_extension PLUGIN FILENAME) PRIVATE FLUID_DECOMPOSITION FLUID_SC_WRAPPER - HISSTools_FFT ) target_include_directories(