We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 278c64a + 014a38c commit ef87dd8Copy full SHA for ef87dd8
CMakeLists.txt
@@ -132,11 +132,6 @@ if(APPLE OR WIN32)
132
set(CMAKE_SHARED_MODULE_SUFFIX ".scx")
133
endif()
134
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
-
140
#sandbox regrettable dependency on SC internals for SendReply()
141
142
if(SYSTEM_BOOST)
scripts/MakePluginSources.cmake
@@ -42,7 +42,6 @@ function(add_sc_extension PLUGIN FILENAME)
42
PRIVATE
43
FLUID_DECOMPOSITION
44
FLUID_SC_WRAPPER
45
- HISSTools_FFT
46
)
47
48
target_include_directories(
0 commit comments