Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To not modify CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRARY_SUFF…
…IXES on Windows (gazebosim#189) `CMAKE_FIND_LIBRARY_PREFIXES` and `CMAKE_FIND_LIBRARY_SUFFIXES` are variables that are used by CMake to change the behaviour of the `find_library` call. Changing them to `.lib;.dll` in the CMake config file of every ignition project affect silently any downstream project that calls `find_package(ignition-<pkg>)`, even if transitevely, leading to subtle bugs. Signed-off-by: Silvio <[email protected]> Co-authored-by: Jose Luis Rivero <[email protected]>
- Loading branch information