Skip to content

Commit c0cf7cb

Browse files
committed
Adding the LANGUAGES CXX to the test project maintains the existing behaviour of not checking for C compiler during configure.
1 parent 4bb08a9 commit c0cf7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.13)
2-
project(godot-cpp-test)
2+
project(godot-cpp-test LANGUAGES CXX)
33

44
if( NOT CMAKE_BUILD_TYPE )
55
set(CMAKE_BUILD_TYPE Release)

0 commit comments

Comments
 (0)