Skip to content

Commit e8c9166

Browse files
Update CMakeLists.txt
1 parent b41a658 commit e8c9166

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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 21)
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)