Skip to content

Commit

Permalink
Merge pull request #170 from flucoma/hisstools-header-only
Browse files Browse the repository at this point in the history
fixes for hisstools header only
  • Loading branch information
tremblap authored Mar 1, 2024
2 parents 278c64a + 014a38c commit ef87dd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion scripts/MakePluginSources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function(add_sc_extension PLUGIN FILENAME)
PRIVATE
FLUID_DECOMPOSITION
FLUID_SC_WRAPPER
HISSTools_FFT
)

target_include_directories(
Expand Down

0 comments on commit ef87dd8

Please sign in to comment.