Skip to content

Commit 8fbe293

Browse files
author
John Freeman
committed
Merge remote-tracking branch 'origin/prep-release/fddaq-v5.4.0' into johnfreeman/merge_prep-release_for_v5.4.0
2 parents 7a4f6cc + 711a10d commit 8fbe293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/
99

1010
cmake_minimum_required(VERSION 3.12)
11-
project(crtmodules VERSION 2.1.0)
11+
project(crtmodules VERSION 2.1.1)
1212

1313
find_package(daq-cmake REQUIRED)
1414

@@ -73,7 +73,7 @@ SET_SOURCE_FILES_PROPERTIES( main.c PROPERTIES COMPILE_FLAGS "-Wno-pointer-sign
7373

7474
# See https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/#daq_add_unit_test
7575

76-
daq_add_unit_test(Placeholder_test LINK_LIBRARIES) # Placeholder_test should be replaced with real unit tests
76+
# daq_add_unit_test(Placeholder_test LINK_LIBRARIES) # Placeholder_test should be replaced with real unit tests
7777

7878
##############################################################################
7979

0 commit comments

Comments
 (0)