Skip to content

Commit ef87dd8

Browse files
authored
Merge pull request #170 from flucoma/hisstools-header-only
fixes for hisstools header only
2 parents 278c64a + 014a38c commit ef87dd8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ if(APPLE OR WIN32)
132132
set(CMAKE_SHARED_MODULE_SUFFIX ".scx")
133133
endif()
134134

135-
#needed for complaint-free static linking with GCC
136-
if(CMAKE_COMPILER_IS_GNUCXX)
137-
target_compile_options( HISSTools_FFT PUBLIC -fPIC )
138-
endif()
139-
140135
#sandbox regrettable dependency on SC internals for SendReply()
141136

142137
if(SYSTEM_BOOST)

scripts/MakePluginSources.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ function(add_sc_extension PLUGIN FILENAME)
4242
PRIVATE
4343
FLUID_DECOMPOSITION
4444
FLUID_SC_WRAPPER
45-
HISSTools_FFT
4645
)
4746

4847
target_include_directories(

0 commit comments

Comments
 (0)