Skip to content

Commit

Permalink
test: disable C++ module support to fix ccache test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Dec 16, 2024
1 parent 157db69 commit a1fdb30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cpp/workspace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.30)
project(devcontainer-test LANGUAGES ASM C CXX)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_SCAN_FOR_MODULES Off)

include(CTest)
include(GoogleTest)
Expand Down

0 comments on commit a1fdb30

Please sign in to comment.