From 7b2b93560e5867b4426c972ec78d2ee0246dd248 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 11 Apr 2001 15:43:29 -0400 Subject: [PATCH] ERR: Needed to switch point where CMakeTargets.make is included so that Variables will be available to the targets file. --- CMakeMaster.make.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeMaster.make.in b/CMakeMaster.make.in index 404b73a87..64288f7eb 100644 --- a/CMakeMaster.make.in +++ b/CMakeMaster.make.in @@ -2,14 +2,14 @@ # move this from CMakeVariables.make.in so that depends can be done in CMakeTargets.make CMAKE_LIB_EXT = @CMAKE_LIB_EXT@ -#------------------------------------------------------------------------------ -# Include generated rules -@MAKEINCLUDE@ @MAKEQUOTE@CMakeTargets.make@MAKEQUOTE@ - #------------------------------------------------------------------------------ # Include all variable settings @MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make@MAKEQUOTE@ +#------------------------------------------------------------------------------ +# Include generated rules +@MAKEINCLUDE@ @MAKEQUOTE@CMakeTargets.make@MAKEQUOTE@ + #------------------------------------------------------------------------------ # Include user-editable defines. @MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMakeLocal.make@MAKEQUOTE@