From f3c1b664dddf48b43d9c4ee23a14f42bf420a0c4 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 14 Dec 2020 13:56:52 +0100 Subject: [PATCH] Remove project() where not necessary --- benchmarks/CMakeLists.txt | 2 -- clients/CMakeLists.txt | 2 -- tests/CMakeLists.txt | 2 -- 3 files changed, 6 deletions(-) diff --git a/benchmarks/CMakeLists.txt b/benchmarks/CMakeLists.txt index c73e23cf..209faaf5 100644 --- a/benchmarks/CMakeLists.txt +++ b/benchmarks/CMakeLists.txt @@ -1,5 +1,3 @@ -project(sfizz) - # Check SIMD include(SfizzSIMDSourceFiles) set(BENCHMARK_SIMD_SOURCES) diff --git a/clients/CMakeLists.txt b/clients/CMakeLists.txt index 5c59c26a..633dc727 100644 --- a/clients/CMakeLists.txt +++ b/clients/CMakeLists.txt @@ -1,5 +1,3 @@ -project(sfizz) - if(SFIZZ_JACK) find_package(PkgConfig REQUIRED) pkg_check_modules(JACK "jack" REQUIRED) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 83370842..15c1d0d6 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,8 +1,6 @@ ############################### # Test application -project(sfizz) - set(SFIZZ_TEST_SOURCES DirectRegionT.cpp RegionValuesT.cpp