gazebo.sdformat: fix cmake file
This commit is contained in:
parent
d8625f6d25
commit
b6be650608
@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
substituteInPlace cmake/sdf_config.cmake.in --replace "@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@" "@LIB_INSTALL_DIR@"
|
||||||
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake boost ruby ignition.math2 tinyxml
|
cmake boost ruby ignition.math2 tinyxml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user