From d0ddcf25c5c4d35c65e41f79bd72bb2b15c55f75 Mon Sep 17 00:00:00 2001 From: Tuomas Virtanen Date: Thu, 23 Apr 2020 02:28:56 +0300 Subject: Remove broken STRIP call --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f44b30b..f048ee9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,9 +26,6 @@ option(USE_ASAN "Use AddressSanitizer" OFF) find_package(SDL2 REQUIRED) find_package(ffmpeg COMPONENTS avcodec avformat avutil swscale swresample) -# Strip whitespace, this fixes compilation issues on travis with newer cmakes -string(STRIP ${SDL2_LIBRARIES} SDL2_LIBRARIES) - set(LIBRARIES ${SDL2_LIBRARIES} ${FFMPEG_LIBRARIES} -- cgit v1.2.3