This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1adcf4917e
CMake
/
Tests
/
RunCMake
/
CMP0026
/
CMP0026-WARN-Dir
/
CMakeLists.txt
2 lines
35 B
CMake
Raw
Normal View
History
Unescape
Escape
cmTarget: Evaluate CMP0026 and CMP0051 in calling context These policies should be checked at the call site that tries to access the LOCATION or SOURCES property, not the directory scope containing the target. Thread the caller context through cmTarget::GetProperty to use for checking the policy setting and emitting a diagnostic with proper backtrace. Extend the RunCMake.CMP0026 and RunCMake.CMP0051 tests with cross-directory cases.
2014-05-09 18:50:29 +04:00
add_library
(
otherlib
../empty.cpp
)