Skip to content

Commit 318caac

Browse files
committed
[core] Link clingutils tests only against Core
This is (unfortunately) needed for core/foundation headers.
1 parent 88477ae commit 318caac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/clingutils/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ if(NOT builtin_clang)
3030
link_directories("${LLVM_LIBRARY_DIR}")
3131
endif()
3232

33-
ROOT_ADD_UNITTEST_DIR(Core RIO ${CLING_LIBRARIES} $<TARGET_OBJECTS:ClingUtils>)
33+
ROOT_ADD_UNITTEST_DIR(Core ${CLING_LIBRARIES} $<TARGET_OBJECTS:ClingUtils>)

0 commit comments

Comments
 (0)