File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88# https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/
99
1010cmake_minimum_required (VERSION 3.12)
11- project (crtmodules VERSION 2.1.0 )
11+ project (crtmodules VERSION 2.1.1 )
1212
1313find_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
You can’t perform that action at this time.
0 commit comments