Skip to content

Commit 05afcff

Browse files
committed
Revert "[camke][win][skip-ci] fix duplicate symbol error"
This reverts commit 8a7d481.
1 parent 8a7d481 commit 05afcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/metacling/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ if(MSVC)
138138
__std_terminate
139139
cling_runtime_internal_throwIfInvalidPointer
140140
)
141-
if(MSVC_VERSION GREATER_EQUAL 1933 AND MSVC_VERSION LESS 1943)
141+
if(MSVC_VERSION GREATER_EQUAL 1933)
142142
set(cling_exports ${cling_exports}
143143
__std_find_trivial_1
144144
__std_find_trivial_2

0 commit comments

Comments
 (0)