ERR: Needed to switch point where CMakeTargets.make is included so that Variables will be available to the targets file.

This commit is contained in:
Brad King 2001-04-11 15:43:29 -04:00
parent 865ec96644
commit 7b2b93560e
1 changed files with 4 additions and 4 deletions

View File

@ -2,14 +2,14 @@
# move this from CMakeVariables.make.in so that depends can be done in CMakeTargets.make # move this from CMakeVariables.make.in so that depends can be done in CMakeTargets.make
CMAKE_LIB_EXT = @CMAKE_LIB_EXT@ CMAKE_LIB_EXT = @CMAKE_LIB_EXT@
#------------------------------------------------------------------------------
# Include generated rules
@MAKEINCLUDE@ @MAKEQUOTE@CMakeTargets.make@MAKEQUOTE@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Include all variable settings # Include all variable settings
@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make@MAKEQUOTE@ @MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make@MAKEQUOTE@
#------------------------------------------------------------------------------
# Include generated rules
@MAKEINCLUDE@ @MAKEQUOTE@CMakeTargets.make@MAKEQUOTE@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Include user-editable defines. # Include user-editable defines.
@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMakeLocal.make@MAKEQUOTE@ @MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMakeLocal.make@MAKEQUOTE@