Skip to content

Commit

Permalink
ccache options CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Sep 12, 2023
1 parent 62664c4 commit 47c2588
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ set(ENV{CCACHE_BASEDIR} "${ccache_basedir}")
set(ENV{CCACHE_DIR} "${ccache_basedir}/.ccache")
set(ENV{CCACHE_COMPRESS} "true")
set(ENV{CCACHE_COMPRESSLEVEL} "6")
set(ENV{CCACHE_MAXSIZE} "400M")
if ("${ { matrix.config.cxx } }" STREQUAL "cl")
set(ENV{CCACHE_MAXSIZE} "600M")
endif()

# libdnf5
add_subdirectory("common")
Expand Down

0 comments on commit 47c2588

Please sign in to comment.