Skip to content

Commit b4491ea

Browse files
2 parents 582ce10 + 156ea77 commit b4491ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
cmake_minimum_required(VERSION 3.10)
33

44
# Project name and version
5-
project(FileMonitorDaemon VERSION 1.0)
5+
project(Linux-FileOwl VERSION 1.0)
66

77
# Set the C++ standard
8-
set(CMAKE_CXX_STANDARD 17)
8+
set(CMAKE_CXX_STANDARD 23)
99
set(CMAKE_CXX_STANDARD_REQUIRED True)
1010

1111
# Find pthread library
@@ -20,4 +20,4 @@ add_executable(Linux-FileOwl
2020
target_link_libraries(Linux-FileOwl Threads::Threads)
2121

2222
# Optionally, set install rules if needed
23-
install(TARGETS Linux-FileOwl DESTINATION /usr/local/bin)
23+
install(TARGETS Linux-FileOwl DESTINATION /usr/local/bin)

0 commit comments

Comments
 (0)