clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 5bba8eb93551f95cda6a1c69f956f15ae9153dbe
parent e03a29f5319ed16e5f7586b3052006627c036bb7
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed,  4 Jan 2023 12:29:34 +0100

Whitespace

Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -72,7 +72,7 @@ if (${CLAP_BUILD_TESTS}) clap_compile_cpp(c11 c 11 11) clap_compile_cpp(cpp11 cc 11 11) clap_compile_cpp(cpp14 cc 11 14) - if(${CMAKE_VERSION} VERSION_LESS "3.21") + if(${CMAKE_VERSION} VERSION_LESS "3.21") message(STATUS "Skipping C17 tests due to older CMAKE_VERSION ${CMAKE_VERSION}") else() clap_compile_cpp(c17 c 17 17)