From 0460215a24df837400a9fffbd2c02a89bc24feee Mon Sep 17 00:00:00 2001 From: tianyuanzhonglu <1663115+tianyuanzhonglu@users.noreply.github.com> Date: Fri, 29 Jul 2022 18:07:25 +0800 Subject: [PATCH] Fix indentation issue (#8098) Co-authored-by: wy --- libfreerdp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfreerdp/CMakeLists.txt b/libfreerdp/CMakeLists.txt index 8acbf3132..bbb3ed87d 100644 --- a/libfreerdp/CMakeLists.txt +++ b/libfreerdp/CMakeLists.txt @@ -24,7 +24,7 @@ include(FindCairo) # Create imported targets for Intel IPP libraries if(IPP_FOUND) - foreach(ipp_lib ${IPP_LIBRARIES}) + foreach(ipp_lib ${IPP_LIBRARIES}) add_library("${ipp_lib}_imported" STATIC IMPORTED) set_property(TARGET "${ipp_lib}_imported" PROPERTY IMPORTED_LOCATION "${IPP_LIBRARY_DIRS}/${ipp_lib}") endforeach()