We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c6a21 commit 36613b1Copy full SHA for 36613b1
cmake/ExternalLibs.cmake
@@ -78,7 +78,7 @@ if(BUILD_CPP_TEST)
78
target_compile_features(${target} PUBLIC cxx_std_14)
79
if(MSVC)
80
set_target_properties(${target} PROPERTIES
81
- MSVC_RUNTIME_LIBRARY "${Treelite_USE_DYNAMIC_MSVC_RUNTIME}")
+ MSVC_RUNTIME_LIBRARY "${Treelite_MSVC_RUNTIME_LIBRARY}")
82
endif()
83
endforeach()
84
if(IS_DIRECTORY "${googletest_SOURCE_DIR}")
0 commit comments