Skip to content

Commit 36613b1

Browse files
committed
Fix
1 parent d9c6a21 commit 36613b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ExternalLibs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if(BUILD_CPP_TEST)
7878
target_compile_features(${target} PUBLIC cxx_std_14)
7979
if(MSVC)
8080
set_target_properties(${target} PROPERTIES
81-
MSVC_RUNTIME_LIBRARY "${Treelite_USE_DYNAMIC_MSVC_RUNTIME}")
81+
MSVC_RUNTIME_LIBRARY "${Treelite_MSVC_RUNTIME_LIBRARY}")
8282
endif()
8383
endforeach()
8484
if(IS_DIRECTORY "${googletest_SOURCE_DIR}")

0 commit comments

Comments
 (0)