From 441744459968fbf856493158a707f061e6d5689e Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Sun, 6 Nov 2016 18:33:34 +0100 Subject: Do not link oclfft unconditionally --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b39a6fa..549c9fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,6 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99") if (CMAKE_COMPILER_IS_GNUCC OR ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")) add_definitions("-Wno-unused-parameter") endif () - #}}} #{{{ Subdirectories add_subdirectory(docs) -- cgit v1.2.1