From 7ef5b0787ee2442a5a3a21d16d9d980f027ba986 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Tue, 5 Nov 2024 15:59:19 -0500 Subject: [PATCH] Format CMake files Signed-off-by: David Galiffi --- examples/openmp/target/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/openmp/target/CMakeLists.txt b/examples/openmp/target/CMakeLists.txt index 6ed9c5a0..ddb971a1 100644 --- a/examples/openmp/target/CMakeLists.txt +++ b/examples/openmp/target/CMakeLists.txt @@ -92,7 +92,8 @@ set_target_properties( OUTPUT_NAME "openmp-target" POSITION_INDEPENDENT_CODE ON) -rocprofiler_systems_custom_compilation(TARGET openmp-target-lib COMPILER ${OMP_TARGET_COMPILER}) +rocprofiler_systems_custom_compilation(TARGET openmp-target-lib COMPILER + ${OMP_TARGET_COMPILER}) add_executable(openmp-target) target_sources(openmp-target PRIVATE main.cpp) @@ -105,4 +106,5 @@ set_target_properties( "${OMP_TARGET_COMPILER_DIR}/llvm/lib:${OMP_TARGET_COMPILER_DIR}/lib" POSITION_INDEPENDENT_CODE ON) -rocprofiler_systems_custom_compilation(TARGET openmp-target COMPILER ${OMP_TARGET_COMPILER}) +rocprofiler_systems_custom_compilation(TARGET openmp-target COMPILER + ${OMP_TARGET_COMPILER})