Skip to content

Commit 6f67a41

Browse files
committed
test fix for windows
1 parent 18d7ac8 commit 6f67a41

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: core/metacling/src/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ ROOT_LINKER_LIBRARY(Cling
119119
# When these two link at the same time, they can exhaust the RAM on many machines, since they both link against llvm.
120120
add_dependencies(Cling rootcling_stage1)
121121

122-
if(testing)
123-
set_target_properties(CppInterOpUnitTests PROPERTIES EXCLUDE_FROM_ALL OFF)
124-
endif()
125-
126122
if(MSVC)
127123
set_target_properties(Cling PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
128124
set(cling_exports ${cling_exports}

Diff for: interpreter/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -531,3 +531,5 @@ if(NOT testing)
531531
endif()
532532

533533
add_subdirectory(CppInterOp)
534+
535+

0 commit comments

Comments
 (0)