1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-22 07:00:17 +03:00
nix-ros-overlay/distros/python-cmake-module-setup-hook.sh

7 lines
260 B
Bash
Raw Normal View History

2022-09-23 18:29:03 -04:00
_pythonCmakeModulePreConfigureHook() {
cmakeFlags+=" -DPYTHON_EXECUTABLE=@pythonExecutable@"
cmakeFlags+=" -DPYTHON_LIBRARY=@pythonLibrary@"
cmakeFlags+=" -DPYTHON_INCLUDE_DIR=@pythonIncludeDir@"
}
preConfigureHooks+=(_pythonCmakeModulePreConfigureHook)