Skip to content

Commit

Permalink
[skip-ci] Fix MSVC version for exporting symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
bellenot committed Jul 19, 2024
1 parent d9a7926 commit ca70f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/metacling/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if(MSVC)
__std_terminate
cling_runtime_internal_throwIfInvalidPointer
)
if(MSVC_VERSION GREATER_EQUAL 1936)
if(MSVC_VERSION GREATER_EQUAL 1933)
set(cling_exports ${cling_exports}
__std_find_trivial_1
__std_find_trivial_2
Expand Down

0 comments on commit ca70f55

Please sign in to comment.