From dcb3bf0548dd60422fe47f44945f41502e20c10e Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 14 Jun 2004 11:23:31 -0400 Subject: [PATCH] ERR: On Mac we need GET_SOURCE_FILE_PROPERTY for building curl --- Source/cmCommands.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 96c5a6ecf..ebec24037 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -44,6 +44,7 @@ #include "cmFindProgramCommand.cxx" #include "cmForEachCommand.cxx" #include "cmGetFilenameComponentCommand.cxx" +#include "cmGetSourceFilePropertyCommand.cxx" #include "cmIfCommand.cxx" #include "cmIncludeCommand.cxx" #include "cmIncludeDirectoryCommand.cxx" @@ -82,7 +83,6 @@ #include "cmFLTKWrapUICommand.cxx" #include "cmGetCMakePropertyCommand.cxx" #include "cmGetDirectoryPropertyCommand.cxx" -#include "cmGetSourceFilePropertyCommand.cxx" #include "cmGetTargetPropertyCommand.cxx" #include "cmITKWrapTclCommand.cxx" #include "cmIncludeExternalMSProjectCommand.cxx" @@ -139,6 +139,7 @@ void GetPredefinedCommands(std::list& commands) commands.push_back(new cmFindProgramCommand); commands.push_back(new cmForEachCommand); commands.push_back(new cmGetFilenameComponentCommand); + commands.push_back(new cmGetSourceFilePropertyCommand); commands.push_back(new cmIfCommand); commands.push_back(new cmIncludeCommand); commands.push_back(new cmIncludeDirectoryCommand); @@ -174,7 +175,6 @@ void GetPredefinedCommands(std::list& commands) commands.push_back(new cmFLTKWrapUICommand); commands.push_back(new cmGetCMakePropertyCommand); commands.push_back(new cmGetDirectoryPropertyCommand); - commands.push_back(new cmGetSourceFilePropertyCommand); commands.push_back(new cmGetTargetPropertyCommand); commands.push_back(new cmITKWrapTclCommand); commands.push_back(new cmIncludeExternalMSProjectCommand);