Skip to content
Snippets Groups Projects
Commit 1b43f37f authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'macos-pythonhome-messages'


e19d19a5 apple: help Python detect its prefixes in the package directly

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !1029
parents e42b8094 e19d19a5
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,11 @@ if (python3_enabled)
"${superbuild_install_location}/lib"
INCLUDE_REGEXES ${include_regexes}
IGNORE_REGEXES ${ignore_regexes})
# Create path to make PYTHONHOME detection happy.
install(CODE
"file(MAKE_DIRECTORY \"\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${paraview_appname}/Contents/Libraries/lib/python${superbuild_python_version}/lib-dynload\")\n"
COMPONENT superbuild)
endif ()
if (mpi_built_by_superbuild)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment