Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Add autoutils package #1273

Merged
merged 5 commits into from Dec 25, 2017
Merged

Add autoutils package #1273

merged 5 commits into from Dec 25, 2017

Conversation

isaachier
Copy link
Contributor

Add autoutils CMake modules package to ease the process of porting autotools builds to CMake.


# now autoutils can be used
# DOCUMENTATION_START {
list(APPEND CMAKE_MODULE_PATH "${AUTOUTILS_ROOT}/cmake")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can generate *Config.cmake with this line so it will use common hunter_add_package/find_package(... CONFIG) pattern. See example:

project(download-autoutils)

# download autoutils
hunter_add_package(autoutils)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line usually is a part of documentation.

@ruslo ruslo merged commit 435d4b9 into ruslo:master Dec 25, 2017
@isaachier isaachier deleted the autoutils branch December 25, 2017 17:31
@ruslo
Copy link
Owner

ruslo commented Dec 25, 2017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants