Skip to content

Commit

Permalink
Disable Writer tools for now
Browse files Browse the repository at this point in the history
Since we are using the ToolFrameworkCore docker base image, ROOT won't be there yet. Will enable these after the ToolFrameworkCore upgrade
  • Loading branch information
guiguem committed Apr 26, 2024
1 parent 2232ee9 commit 430689c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ add_subdirectory(DataModel)
set(hk-DataModel_LIBRARIES hk-DataModel::DataModel)

include_directories(DataModel BEFORE)
hk_add_tool(ReaderTool DataModel)
hk_add_tool(WriterTool DataModel)
#hk_add_tool(ReaderTool DataModel)
#hk_add_tool(WriterTool DataModel)

hk_finalize_project()
2 changes: 1 addition & 1 deletion dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
hk_package(ToolFrameworkCore *)
hk_package(ROOT *)
#hk_package(ROOT *)

0 comments on commit 430689c

Please sign in to comment.