diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df0759f1..a92d621f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,6 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) -# We need to set a language to find CMake packages installed in -# architecture-dependent locations (like /usr/lib64) -project(extra-cmake-modules C) +project(extra-cmake-modules NONE) set(ECM_MAJOR_VERSION 0) set(ECM_MINOR_VERSION 0) |