Skip to content

Commit

Permalink
add python directory to cache so can be modified by ccmake
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 5, 2019
1 parent d1dd68a commit 284abe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindPythonLibrary.cmake
Expand Up @@ -100,7 +100,7 @@ else(EXISTS "${PYTHON_INCLUDE_PATH}" AND EXISTS "${PYTHON_LIBRARY}" AND EXISTS "
if(APPLE)
# keep reference to system or custom python site-packages
# useful during app-bundling operations
set(PYTHON_SITE_PACKAGES_SYS ${PYTHON_SITE_PACKAGES_DIR})
set(PYTHON_SITE_PACKAGES_SYS ${PYTHON_SITE_PACKAGES_DIR} CACHE FILEPATH "Directory holding Python site packages")
endif(APPLE)
set(PYTHON_LIBRARIES ${PYTHON_LIBRARY})
if(NOT PYTHONLIBRARY_FIND_QUIETLY)
Expand Down

1 comment on commit 284abe0

@manishareddy55
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sharing.
Please check this link for latest python developer jobs
TapResume

Please sign in to comment.