mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-14 03:28:39 +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)
|