Skip to content

Commit

Permalink
Lower minimum CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Mar 22, 2020
1 parent d10e4fd commit 0e6d0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
project(rubberband VERSION 2.1.1)

option(RUBBERBAND_EXAMPLE "Build the Rubberband example app" OFF)
Expand Down Expand Up @@ -58,7 +58,7 @@ target_link_libraries(rubberband
)

# Handle FFT library
if(FFTW3_INCLUDEDIR AND FFTW3_LIBRARY)
if(0)
target_include_directories(rubberband
PRIVATE
${FFTW3_INCLUDEDIR}
Expand Down

0 comments on commit 0e6d0dd

Please sign in to comment.