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:
parent
865ec96644
commit
7b2b93560e
|
@ -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@
|
||||||
|
|
Loading…
Reference in New Issue