CMP0026-WARN.cmake 97 B

12345
  1. enable_language(CXX)
  2. add_library(somelib empty.cpp)
  3. get_target_property(_loc somelib LOCATION)