diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e0270d..06d3e89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.27) -project(detection_pot) +project(detection_pot VERSION 1.0.0) set(CMAKE_CXX_STANDARD 17)