Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ endif()

find_package(ROOT REQUIRED COMPONENTS Core TMVA Tree)
include(${ROOT_USE_FILE})
include(GNUInstallDirs)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_INSTALL_BINDIR "bin" CACHE PATH "user executables (bin)")
Expand All @@ -56,7 +57,10 @@ if(ccache)
endif()

if(testing)
find_package(GTest REQUIRED)
enable_testing()
endif()

include(cmake/modules/RoottestMacros.cmake)

add_subdirectory(src)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Now ROOT should also access the SOFIE libraries while it runs. This helps to acc



## Other Common Github Profile Sections
## Inspiration
The standalone version of SOFIE is developed with inspiration from the standalone version of RooFit developed by Jonas Rembser that can be found [here](https://github.com/guitargeek/roofit).
Loading