1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-20 22:28:39 +03:00
nix-ros-overlay/distros/python-cmake-module-setup-hook.sh
2022-09-23 18:29:03 -04:00

6 lines
260 B
Bash

_pythonCmakeModulePreConfigureHook() {
cmakeFlags+=" -DPYTHON_EXECUTABLE=@pythonExecutable@"
cmakeFlags+=" -DPYTHON_LIBRARY=@pythonLibrary@"
cmakeFlags+=" -DPYTHON_INCLUDE_DIR=@pythonIncludeDir@"
}
preConfigureHooks+=(_pythonCmakeModulePreConfigureHook)