mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 18:54:50 +03:00
7 lines
260 B
Bash
7 lines
260 B
Bash
![]() |
_pythonCmakeModulePreConfigureHook() {
|
||
|
cmakeFlags+=" -DPYTHON_EXECUTABLE=@pythonExecutable@"
|
||
|
cmakeFlags+=" -DPYTHON_LIBRARY=@pythonLibrary@"
|
||
|
cmakeFlags+=" -DPYTHON_INCLUDE_DIR=@pythonIncludeDir@"
|
||
|
}
|
||
|
preConfigureHooks+=(_pythonCmakeModulePreConfigureHook)
|