sdformat icon indicating copy to clipboard operation
sdformat copied to clipboard

Remove QUIET from SearchForStuff.cmake

Open werner291 opened this issue 4 years ago • 0 comments

Hello! I was trying to build sdformat through Nix, and spent quite some time debugging due to CMake complaining about not being able to find ingition-math. After removing the QUIET directive from here:

https://github.com/osrf/sdformat/blob/master/cmake/SearchForStuff.cmake#L113

...CMake printed out that it was declaring the math package as "not found" because it couldn't find the ignition-cmake modules, not because it actually coulnd' find that module. Removing that directive could perhaps be useful to others who might run into this while porting sdformat to other linux distros.

werner291 avatar Jan 19 '21 13:01 werner291