From 8aef306a42e6a8d3d85bc04321ef247f79973131 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 1 Feb 2016 10:38:34 +0100 Subject: CMake: Attempt to fix wrong installation folder for requests on OSX --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 0b3cf5ff18c..72c51e4dd71 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -981,7 +981,7 @@ elseif(APPLE) # copy site-packages files install_dir( ${LIBDIR}/release/site-packages - ${CMAKE_CURRENT_BINARY_DIR}/python/lib/python${PYTHON_VERSION}/site-packages + ${CMAKE_CURRENT_BINARY_DIR}/python/lib/python${PYTHON_VERSION} ) install(DIRECTORY ${LIBDIR}/python/bin -- cgit v1.2.3