We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 582ce10 + 156ea77 commit b4491eaCopy full SHA for b4491ea
CMakeLists.txt
@@ -2,10 +2,10 @@
2
cmake_minimum_required(VERSION 3.10)
3
4
# Project name and version
5
-project(FileMonitorDaemon VERSION 1.0)
+project(Linux-FileOwl VERSION 1.0)
6
7
# Set the C++ standard
8
-set(CMAKE_CXX_STANDARD 17)
+set(CMAKE_CXX_STANDARD 23)
9
set(CMAKE_CXX_STANDARD_REQUIRED True)
10
11
# Find pthread library
@@ -20,4 +20,4 @@ add_executable(Linux-FileOwl
20
target_link_libraries(Linux-FileOwl Threads::Threads)
21
22
# Optionally, set install rules if needed
23
-install(TARGETS Linux-FileOwl DESTINATION /usr/local/bin)
+install(TARGETS Linux-FileOwl DESTINATION /usr/local/bin)
0 commit comments