From 95ffc4dde3715e66195bce7ec25c08a6b5e8cc73 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 7 Nov 2010 18:06:10 +0000 Subject: -remove the include guards again, they might keep us from including our own version, if first our version has been loaded (mark as loaded), then the one from cmake (with potentially different behaviour), and then again our version (not loaded because the first one has already marked the file as included) Alex svn path=/trunk/KDE/kdelibs/; revision=1193960 --- modules/CMakeParseArguments.cmake | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/CMakeParseArguments.cmake') diff --git a/modules/CMakeParseArguments.cmake b/modules/CMakeParseArguments.cmake index 7ce4c49a..6c8ca46d 100644 --- a/modules/CMakeParseArguments.cmake +++ b/modules/CMakeParseArguments.cmake @@ -74,12 +74,6 @@ # License text for the above reference.) -if(__CMAKE_PARSE_ARGUMENTS_INCLUDED) - return() -endif() -set(__CMAKE_PARSE_ARGUMENTS_INCLUDED TRUE) - - function(CMAKE_PARSE_ARGUMENTS prefix _optionNames _singleArgNames _multiArgNames) # first set all result variables to empty/FALSE foreach(arg_name ${_singleArgNames} ${_multiArgNames}) -- cgit v1.2.1