From 7e850ffa733b5b54ba1e873fbf71c78bc95d80ab Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Feb 2021 09:45:16 +1100 Subject: Cleanup: cmake indentation, white-space --- source/creator/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 7db936b3e51..8018ab3f46d 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -764,7 +764,7 @@ elseif(WIN32) PATTERN "*.pyo" EXCLUDE # * any cache * ) - install( + install( DIRECTORY ${LIBDIR}/python/${_PYTHON_VERSION_NO_DOTS}/lib DESTINATION ${BLENDER_VERSION}/python/ CONFIGURATIONS Debug @@ -772,7 +772,6 @@ elseif(WIN32) PATTERN "__pycache__" EXCLUDE # * any cache * PATTERN "*.pyc" EXCLUDE # * any cache * PATTERN "*.pyo" EXCLUDE # * any cache *) - ) install( -- cgit v1.2.3