Skip to content

Commit a6a3c3e

Browse files
committed
Require only C for build.
1 parent a7ece6c commit a6a3c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
project(buffer_set)
3+
project(buffer_set LANGUAGES C)
44

55
option(BUILD_TESTS "Build tests" ON)
66
option(CODE_COVERAGE "Enable code coverage reporting" OFF)

0 commit comments

Comments
 (0)