nimbuscontrols / EIPScanner

Free implementation of EtherNet/IP in C++
https://eipscanner.readthedocs.io/en/latest/
MIT License
238 stars 98 forks source link

customize pkg-config directory #96

Closed frbitten closed 1 year ago

frbitten commented 1 year ago

The install command was included in the last commit with a fixed path to pkg-config. It should be possible to configure pkg-config's destination path based on the defined installation path.

install(FILES ${CMAKE_BINARY_DIR}/EIPScanner.pc DESTINATION lib/pkgconfig)

frbitten commented 1 year ago

I realized that the error was on my side in the informed installation path