652bcfcd107a8b013f2c09a4ae37585e7031c8ec
[platform/upstream/cmake.git] / Tests / RunCMake / try_compile / BadLinkLibraries-stderr.txt
1 CMake Error at BadLinkLibraries.cmake:2 \(try_compile\):
2   Only libraries may be used as try_compile or try_run IMPORTED
3   LINK_LIBRARIES.  Got not_a_library of type UTILITY.
4 Call Stack \(most recent call first\):
5   CMakeLists.txt:3 \(include\)