Remove project() where not necessary

This commit is contained in:
Jean Pierre Cimalando 2020-12-14 13:56:52 +01:00
parent f063062f7c
commit f3c1b664dd
3 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,3 @@
project(sfizz)
# Check SIMD
include(SfizzSIMDSourceFiles)
set(BENCHMARK_SIMD_SOURCES)

View file

@ -1,5 +1,3 @@
project(sfizz)
if(SFIZZ_JACK)
find_package(PkgConfig REQUIRED)
pkg_check_modules(JACK "jack" REQUIRED)

View file

@ -1,8 +1,6 @@
###############################
# Test application
project(sfizz)
set(SFIZZ_TEST_SOURCES
DirectRegionT.cpp
RegionValuesT.cpp