Skip to content

Commit 47f5a15

Browse files
author
Leonidas Aliaga Soplin
committed
Updating CMake for new production release
1 parent 8486625 commit 47f5a15

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
@@ -17,10 +17,10 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1717
# cmake_policy(VERSION 3.19)
1818

1919
find_package(cetmodules 3.24.01 REQUIRED)
20-
project(icaruscode VERSION 10.06.00.07 LANGUAGES CXX)
20+
#project(icaruscode VERSION 10.06.00.06 LANGUAGES CXX)
2121

22-
#set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.06.00.06-p01)
23-
#project(icaruscode LANGUAGES CXX)
22+
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.06.00.06-p03)
23+
project(icaruscode LANGUAGES CXX)
2424

2525
message(STATUS
2626
"\n-- ============================================================================="

0 commit comments

Comments
 (0)