Skip to content

Commit

Permalink
stop building utilities and examples due to breaking changes in podio
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Jun 3, 2021
1 parent 1666c1d commit a0c229a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ endif()

# Add sub-directories
add_subdirectory(datamodel)
add_subdirectory(utilities)

if(BUILD_TESTING)
add_subdirectory(examples)
endif()
# disabled due to recent breaking changes in podio
#add_subdirectory(utilities)
#if(BUILD_TESTING)
# add_subdirectory(examples)
#endif()

include(cmake/fccedmCreateConfig.cmake)

0 comments on commit a0c229a

Please sign in to comment.