Skip to content

Commit 3a304f2

Browse files
committed
Drop explicit LANGUAGES selection in CMake
This plays badly with the CodeCoverage.cmake inclusion.
1 parent 1e51d95 commit 3a304f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_policy(VERSION 3.19...3.20)
33
cmake_minimum_required(VERSION 3.19)
44

5-
project(tenyr VERSION 0.9.9 LANGUAGES C)
5+
project(tenyr VERSION 0.9.9)
66

77
set(CMAKE_C_STANDARD 99)
88
set(CMAKE_C_STANDARD_REQUIRED TRUE)

0 commit comments

Comments
 (0)