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 4339c67 commit b3a4713Copy full SHA for b3a4713
1 file changed
core/rint/test/CMakeLists.txt
@@ -4,6 +4,8 @@
4
# For the licensing terms see $ROOTSYS/LICENSE.
5
# For the list of contributors see $ROOTSYS/README/CREDITS.
6
7
-ROOT_ADD_GTEST(TTabComTests TTabComTests.cxx LIBRARIES Rint)
+if(NOT minimal)
8
+ ROOT_ADD_GTEST(TTabComTests TTabComTests.cxx LIBRARIES Rint)
9
+endif()
10
ROOT_ADD_GTEST(TRintTests TRintTests.cxx LIBRARIES Rint)
11
0 commit comments