Skip to content

Commit e1414dd

Browse files
committed
fix build
1 parent aad49f2 commit e1414dd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ add_library(EIMTimeStretchers SHARED ${SRC_FILES})
6262
if (WIN32)
6363
add_dependencies(rubberband sleef)
6464
target_link_libraries(rubberband PRIVATE sleef sleefdft)
65-
set_target_properties(EIMTimeStretchers PROPERTIES COMPILE_FLAGS "$<$<CONFIG:Release>:/GL>")
66-
set_target_properties(EIMTimeStretchers PROPERTIES LINK_FLAGS "$<$<CONFIG:Release>:/LTCG>")
6765
target_link_libraries(EIMTimeStretchers PRIVATE SoundTouch rubberband)
6866
elseif (APPLE)
6967
target_link_libraries(EIMTimeStretchers PRIVATE "-framework Accelerate" SoundTouch pthread rubberband)

0 commit comments

Comments
 (0)