omnitrace find_package support (#3)

* omnitrace find_package support

- Fix to INSTALL_DESTINATION for configure_package_config_file
- Fixes to ConfigInstall.cmake and omnitrace-config.cmake.in

* Test find_package

[ROCm/rocprofiler-systems commit: d2e635ed3c]
This commit is contained in:
Jonathan R. Madsen
2022-05-24 22:45:26 -05:00
committed by GitHub
parent e84ffb80de
commit 76f30b1c6d
18 changed files with 364 additions and 49 deletions
@@ -20,7 +20,9 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#define OMNITRACE_SOURCE 1
#if !defined(OMNITRACE_USER_SOURCE)
# define OMNITRACE_USER_SOURCE 1
#endif
#include "omnitrace/user.h"