blob: 4debda0bd44e9b75c2ca36c99997499783ca2b4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- cmake/install_macros.cmake.orig 2021-04-22 20:14:44 UTC
+++ cmake/install_macros.cmake
@@ -362,8 +362,8 @@ FUNCTION(INSTALL_DEBUG_TARGET target)
CONFIGURATIONS Release RelWithDebInfo
COMPONENT ${ARG_COMPONENT}
OPTIONAL)
- ENDIF()
- ENDFOREACH()
+ ENDFOREACH()
+ ENDIF()
ENDFUNCTION()
|