Skip to content
Closed
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
2 changes: 1 addition & 1 deletion roottest/root/hist/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ROOTTEST_ADD_TEST(mergeTH2Poly
ROOTTEST_ADD_TEST(assertSparseToTHn
MACRO assertSparseToTHn.C
COPY_TO_BUILDDIR effectiveCorrection.root)
if(fortran AND CMAKE_Fortran_COMPILER AND NOT CMAKE_Fortran_COMPILER_ID STREQUAL Intel)
if(fortran AND CMAKE_Fortran_COMPILER)
ROOTTEST_ADD_TEST(h2root
COMMAND h2root mb4i1.hbook
COPY_TO_BUILDDIR mb4i1.hbook
Expand Down
Loading