-
- Downloads
CMP0026: Use compatibility codepath until configure is finished (#15748)
Use it instead of the similar cmMakefile API. It is necessary to know that the Configure step is completely done, not just that one particular cmMakefile is finished configuring. Prior to commit 611220f7 (cmTarget: Use reliable test for CMP0024 and CMP0026 OLD., 2015-07-25), this was determined by checking whether cmGeneratorTargets exist yet, which happens after the Configure step.
Showing
- Source/cmGeneratorTarget.cxx 6 additions, 6 deletionsSource/cmGeneratorTarget.cxx
- Source/cmTarget.cxx 2 additions, 2 deletionsSource/cmTarget.cxx
- Tests/RunCMake/CMP0026/RunCMakeTest.cmake 1 addition, 0 deletionsTests/RunCMake/CMP0026/RunCMakeTest.cmake
- Tests/RunCMake/CMP0026/clear-cached-information-dir/CMakeLists.txt 2 additions, 0 deletions...CMake/CMP0026/clear-cached-information-dir/CMakeLists.txt
- Tests/RunCMake/CMP0026/clear-cached-information.cmake 14 additions, 0 deletionsTests/RunCMake/CMP0026/clear-cached-information.cmake
Loading
Please register or sign in to comment