Skip to content

Commit

Permalink
Adding the LANGUAGES CXX to the test project maintains the existing b…
Browse files Browse the repository at this point in the history
…ehaviour of not checking for C compiler during configure.
  • Loading branch information
enetheru committed Sep 20, 2024
1 parent 4bb08a9 commit c0cf7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(godot-cpp-test)
project(godot-cpp-test LANGUAGES CXX)

if( NOT CMAKE_BUILD_TYPE )
set(CMAKE_BUILD_TYPE Release)
Expand Down

0 comments on commit c0cf7cb

Please sign in to comment.