commit f16c724a132ba09773f02bbae0deb4aecad1e585
parent 8aaf462c8a0c586e6b3bfa9789a0b3028e4191cf
Author: Robbert van der Helm <mail@robbertvanderhelm.nl>
Date: Thu, 3 Nov 2022 15:08:19 +0100
Specify the CLAP version in the CMake project
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.17)
enable_testing()
-project(CLAP C CXX)
+project(CLAP LANGUAGES C CXX VERSION 1.1.2)
option(CLAP_BUILD_TESTS "Should CLAP build tests and the like?" OFF)