From cc17c4f8e9e5d6c138feb2c8e89073c725bb3264 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 10 Nov 2022 15:34:19 -0600 Subject: [PATCH] apologize to cmake-format - we are not worthy Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 41300ee423acd158fe4f17b5786fe04cc643d285] --- projects/rocprofiler-compute/CMakeLists.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index bb69547e45..044dbf79ce 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -273,5 +273,12 @@ install( # Source tarball set(CPACK_SOURCE_GENERATOR "TGZ") set(CPACK_SOURCE_PACKAGE_FILE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}) -set(CPACK_SOURCE_IGNORE_FILES ".*~$" \.git/ \.github \.gitmodules \.gitignore /tests /build) +set(CPACK_SOURCE_IGNORE_FILES + ".*~$" + \.git/ + \.github + \.gitmodules + \.gitignore + /tests + /build) include(CPack)