summaryrefslogtreecommitdiff
path: root/Modules/CMakeFindFrameworks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/CMakeFindFrameworks.cmake')
-rw-r--r--Modules/CMakeFindFrameworks.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/Modules/CMakeFindFrameworks.cmake b/Modules/CMakeFindFrameworks.cmake
index b47f444484..7fdeb84bef 100644
--- a/Modules/CMakeFindFrameworks.cmake
+++ b/Modules/CMakeFindFrameworks.cmake
@@ -25,8 +25,8 @@ if(NOT CMAKE_FIND_FRAMEWORKS_INCLUDED)
/Network/Library/Frameworks/${fwk}.framework)
if(EXISTS ${dir})
set(${fwk}_FRAMEWORKS ${${fwk}_FRAMEWORKS} ${dir})
- endif(EXISTS ${dir})
- endforeach(dir)
- endif(APPLE)
- endmacro(CMAKE_FIND_FRAMEWORKS)
-endif(NOT CMAKE_FIND_FRAMEWORKS_INCLUDED)
+ endif()
+ endforeach()
+ endif()
+ endmacro()
+endif()