aboutsummaryrefslogtreecommitdiff
path: root/modules/FindPackageHandleStandardArgs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindPackageHandleStandardArgs.cmake')
-rw-r--r--modules/FindPackageHandleStandardArgs.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/FindPackageHandleStandardArgs.cmake b/modules/FindPackageHandleStandardArgs.cmake
index 2a20493f..1152ce6a 100644
--- a/modules/FindPackageHandleStandardArgs.cmake
+++ b/modules/FindPackageHandleStandardArgs.cmake
@@ -67,12 +67,6 @@
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
-# Include guard, it's not necessary to parse this fail again and again:
-IF(_FPHSA_ALREADY_INCLUDED)
- RETURN()
-ENDIF(_FPHSA_ALREADY_INCLUDED)
-SET(_FPHSA_ALREADY_INCLUDED TRUE)
-
INCLUDE(FindPackageMessage)
INCLUDE(CMakeParseArguments)