From 7b9e8de262e4f348488d4b2d0e192e2123061034 Mon Sep 17 00:00:00 2001 From: derselbst Date: Tue, 14 Aug 2018 17:14:59 +0200 Subject: [PATCH] stop cmake from querying for a C++ compiler --- test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index dd19372c3..fb0865982 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,4 @@ -project(fluidsynth-test) - ENABLE_TESTING() include ( FluidUnitTest )