[Bf-blender-cvs] [ce3cae8] master: [msvc2015] Fix cmake warnings regarding backslashes in path of the run-time libraries

lazydodo noreply at git.blender.org
Sun Nov 27 01:00:28 CET 2016


Commit: ce3cae81f67243b6d87d32c14dc84be57c969026
Author: lazydodo
Date:   Sat Nov 26 17:00:25 2016 -0700
Branches: master
https://developer.blender.org/rBce3cae81f67243b6d87d32c14dc84be57c969026

[msvc2015] Fix cmake warnings regarding backslashes in path of the run-time libraries

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index aa0a213..04a79f6 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1185,7 +1185,7 @@ if(WIN32 AND NOT WITH_PYTHON_MODULE)
 				message(FATAL_ERROR "Windows 10 SDK directory not found")
 			endif()
 		endif()
-		
+		FILE(TO_CMAKE_PATH  ${KITSPATH} KITSPATH)
 		install(
 			FILES
 				${KITSPATH}/api-ms-win-core-file-l1-2-0.dll




More information about the Bf-blender-cvs mailing list