diff options
author | Andrea Pappacoda <[email protected]> | 2021-11-09 10:34:05 +0100 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2021-11-10 08:53:06 +1300 |
commit | e690fc21bbfbedaf61a704fbc86c4bbdc304b5ed (patch) | |
tree | 762f12b3dbdf1547a7d3d8e71bbef6e073d1f132 /Config.cmake.in | |
parent | a4e701ff602eb38d12f24e6ea2424336b470e225 (diff) | |
download | cubeb-e690fc21bbfbedaf61a704fbc86c4bbdc304b5ed.tar.gz cubeb-e690fc21bbfbedaf61a704fbc86c4bbdc304b5ed.zip |
build: minor CMake cleanups
These are minor cleanups that do not affect the behaviour of the script.
In particular, I removed most `DESTINATION` arguments from `install()`,
since they are automatically deduced based on the type of file to be
installed.
In #662 I also added doxygen_add_docs and gtest_discover_tests, but they
require CMake version 3.9 and 3.10 respectively, and I think that the
advantages they provide are not worth dropping support for older versions
Diffstat (limited to 'Config.cmake.in')
-rw-r--r-- | Config.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.cmake.in b/Config.cmake.in index c5326ef..be464aa 100644 --- a/Config.cmake.in +++ b/Config.cmake.in @@ -1,4 +1,4 @@ @PACKAGE_INIT@ include("${CMAKE_CURRENT_LIST_DIR}/cubebTargets.cmake") -check_required_components(cubeb)
\ No newline at end of file +check_required_components(cubeb) |