Skip to content

Commit 1543e02

Browse files
authored
Apply suggestion from @anonrig
1 parent 9b93667 commit 1543e02

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cmake/ncrypto-flags.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ set(CMAKE_CXX_STANDARD 20)
99
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1010
set(CMAKE_CXX_EXTENSIONS OFF)
1111

12-
13-
1412
find_program(CCACHE_FOUND ccache)
1513
if(CCACHE_FOUND)
1614
message(STATUS "Ccache found using it as compiler launcher.")

0 commit comments

Comments
 (0)