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