diff options
Diffstat (limited to 'muse2/synti/s1')
-rw-r--r-- | muse2/synti/s1/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/s1/CMakeLists.txt b/muse2/synti/s1/CMakeLists.txt index fe5a3393..890c6b12 100644 --- a/muse2/synti/s1/CMakeLists.txt +++ b/muse2/synti/s1/CMakeLists.txt @@ -20,7 +20,7 @@ add_library ( s1 SHARED s1.cpp ) -target_link_libraries( s1 synti ) +# target_link_libraries( s1 synti ) # tell cmake to name target s1.so instead of # libs1.so |