Skip to content

Commit 6b13fbe

Browse files
committed
Update ICARUSUtil dependency on LArBatch.
It's likely that LArBatch upgrades are handled by updating the LArSoft version. But it's good practice to keep a package's product_deps file up-to-date.
1 parent 486822f commit 6b13fbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ 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.15.00.01 LANGUAGES CXX)
20+
project(icaruscode VERSION 10.15.00.02 LANGUAGES CXX)
2121

22-
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.15.00.01)
22+
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.15.00.02)
2323
#project(icaruscode LANGUAGES CXX)
2424

2525
message(STATUS

ups/product_deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ fftw v3_3_10 -
254254
icarus_data v10_06_03 -
255255
icarus_signal_processing v10_06_00_01 -
256256
icarusalg v10_15_00 -
257-
icarusutil v10_06_00_04 -
257+
icarusutil v10_15_00 -
258258
libwda v2_30_0a -
259259
sbncode v10_15_00 -
260260
cetmodules v3_24_01 - only_for_build

0 commit comments

Comments
 (0)