Verified Commit b749fdf9 authored by Ramon Nou's avatar Ramon Nou Committed by Marc Vef
Browse files

Gfind CMake updated to Cxx 17

parent 751bceaa
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later                                    #
################################################################################

set (CMAKE_CXX_STANDARD 14)
set (CMAKE_CXX_STANDARD 17)
add_executable(sfind sfind.cpp)
add_executable(gkfs_lib_example gkfs_lib_example.cpp)