You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - env:DKML_COMPILE_CM_MSVC - The CMake variable MSVC
1501
+
# - env:DKML_COMPILE_CM_MSVC_INCLUDE - The MSVC system include directories semicolon-seperated path, which is the value of INCLUDE that would be set by vcvarsall.bat
1502
+
# - env:DKML_COMPILE_CM_MSVC_LIB - The MSVC system library directories semicolon-seperated path, which is the value of LIB that would be set by vcvarsall.bat
1501
1503
# - If no DKML_COMPILE_SPEC or no DKML_COMPILE_TYPE above ...
1502
1504
# | Machine = Darwin |
1503
1505
# - env:DKML_COMPILE_DARWIN_OSX_DEPLOYMENT_TARGET - The minimum version of the target
autodetect_compiler_MSVS_NAME="CMake ${DKML_COMPILE_CM_CMAKE_C_COMPILER_ID:-C} compiler${DKML_COMPILE_CM_CMAKE_C_COMPILER:+ at $DKML_COMPILE_CM_CMAKE_C_COMPILER}"
autodetect_compiler_MSVS_LIB= # CMake has no variables to populate this
2298
+
# CMake has no variables to populate these two (CMAKE_C_STANDARD_INCLUDE_DIRECTORIES is empty for MSVC), but we can use inferred variables CM_MSVC_INCLUDE/LIB.
0 commit comments