https://github.com/Kitware/CMake
Raw File
Tip revision: 3e5548784da085ee3a5ce3f7213c0cf281b68f31 authored by Brad King on 03 October 2018, 12:20:44 UTC
CMake 3.12.3
Tip revision: 3e55487
IMPORTED_GLOBAL-stderr.txt
^CMake Error at IMPORTED_GLOBAL.cmake:9 \(set_property\):
  IMPORTED_GLOBAL property can't be set to FALSE on targets
  \(\"ImportedGlobalTarget\"\)

Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)


CMake Error at IMPORTED_GLOBAL.cmake:16 \(set_property\):
  IMPORTED_GLOBAL property can't be appended, only set on imported targets
  \(\"ImportedGlobalTarget\"\)

Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)


CMake Error at IMPORTED_GLOBAL.cmake:26 \(set_property\):
  IMPORTED_GLOBAL property can't be set to FALSE on targets
  \(\"ImportedLocalTarget\"\)

Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)


CMake Error at IMPORTED_GLOBAL.cmake:32 \(set_property\):
  IMPORTED_GLOBAL property can't be set on non-imported targets
  \(\"NonImportedTarget\"\)

Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)


CMake Error at IMPORTED_GLOBAL/CMakeLists.txt:8 \(set_property\):
  Attempt to promote imported target \"ImportedLocalTarget2\" to global scope
  \(by setting IMPORTED_GLOBAL\) which is not built in this directory.


CMake Error in IMPORTED_GLOBAL/CMakeLists.txt:
  IMPORTED_GLOBAL property can't be set to FALSE on targets
  \(\"ImportedSubdirTarget1\"\)



CMake Error at IMPORTED_GLOBAL.cmake:50 \(set_property\):
  Attempt to promote imported target \"ImportedSubdirTarget1\" to global scope
  \(by setting IMPORTED_GLOBAL\) which is not built in this directory.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)


CMake Error in IMPORTED_GLOBAL/CMakeLists.txt:
  IMPORTED_GLOBAL property can't be set to FALSE on targets
  \(\"ImportedSubdirTarget2\"\)



CMake Error at IMPORTED_GLOBAL.cmake:52 \(set_property\):
  Attempt to promote imported target \"ImportedSubdirTarget2\" to global scope
  \(by setting IMPORTED_GLOBAL\) which is not built in this directory.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)$
back to top