Skip to content

Commit

Permalink
Tidy up code (opencor#1310).
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrnz committed May 18, 2017
1 parent d263789 commit 9e35c97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/PythonLibrary/CMakeLists.txt
Expand Up @@ -386,7 +386,7 @@ ELSE()
# Install the Python package installer

ExternalProject_Add_Step(${PACKAGE_BUILD} install_pip
COMMAND ${PYTHON_EXECUTABLE} -s ${PROJECT_SOURCE_DIR}/bin/get-pip.py
COMMAND ${PYTHON_EXECUTABLE} -s ${PROJECT_SOURCE_DIR}/scripts/get-pip.py
WORKING_DIRECTORY ${FULL_LOCAL_EXTERNAL_PACKAGE_DIR}/bin
DEPENDEES clean_site
)
Expand Down

0 comments on commit 9e35c97

Please sign in to comment.