[msvc2015] Fix cmake warnings regarding backslashes in path of the run-time libraries
This commit is contained in:
@@ -1185,7 +1185,7 @@ if(WIN32 AND NOT WITH_PYTHON_MODULE)
|
|||||||
message(FATAL_ERROR "Windows 10 SDK directory not found")
|
message(FATAL_ERROR "Windows 10 SDK directory not found")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
FILE(TO_CMAKE_PATH ${KITSPATH} KITSPATH)
|
||||||
install(
|
install(
|
||||||
FILES
|
FILES
|
||||||
${KITSPATH}/api-ms-win-core-file-l1-2-0.dll
|
${KITSPATH}/api-ms-win-core-file-l1-2-0.dll
|
||||||
|
Reference in New Issue
Block a user