We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b93667 commit 1543e02Copy full SHA for 1543e02
1 file changed
cmake/ncrypto-flags.cmake
@@ -9,8 +9,6 @@ set(CMAKE_CXX_STANDARD 20)
9
set(CMAKE_CXX_STANDARD_REQUIRED ON)
10
set(CMAKE_CXX_EXTENSIONS OFF)
11
12
-
13
14
find_program(CCACHE_FOUND ccache)
15
if(CCACHE_FOUND)
16
message(STATUS "Ccache found using it as compiler launcher.")
0 commit comments