Format CMake files, ignore generated files and don't copy header

This commit is contained in:
vitaut
2016-01-13 07:14:32 -08:00
parent 52ee516cf3
commit 22f61140d1
4 changed files with 32 additions and 37 deletions

View File

@@ -0,0 +1,4 @@
@PACKAGE_INIT@
include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
check_required_components(cppformat)

View File

@@ -1,4 +0,0 @@
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
check_required_components("cppformat")