We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118d293 commit 787952fCopy full SHA for 787952f
1 file changed
roottest/root/treeformula/casting/CMakeLists.txt
@@ -3,13 +3,14 @@ ROOTTEST_ADD_TEST(write
3
FIXTURES_REQUIRED root-io-event-TestIoEvent-fixture
4
FIXTURES_SETUP root-treeformula-casting-write-fixture)
5
6
-ROOTTEST_COMPILE_MACRO(Simple.cxx
7
- FIXTURES_SETUP root-treeformula-casting-Simple-fixture)
8
-
9
if(geom)
+ ROOTTEST_COMPILE_MACRO(Simple.cxx
+ FIXTURES_SETUP root-treeformula-casting-Simple-fixture)
+
10
11
ROOTTEST_ADD_TEST(run
12
MACRO Run.C
13
OUTREF Simple.ref
14
FIXTURES_REQUIRED root-treeformula-casting-write-fixture
15
root-treeformula-casting-Simple-fixture)
-endif()
16
+endif()
0 commit comments