Skip to content

Commit

Permalink
set ccache in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-edward committed Dec 31, 2024
1 parent a96cd76 commit 3b3b6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g")
# set(C_COMPILER_LAUNCHER ccache)
# set(CXX_COMPILER_LAUNCHER ccache)
set(C_COMPILER_LAUNCHER ccache)
set(CXX_COMPILER_LAUNCHER ccache)
project(BOX VERSION 0.0.1)

if (APPLE)
Expand Down

0 comments on commit 3b3b6f9

Please sign in to comment.