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
c4e672358c
CMake
/
Tests
/
RunCMake
/
export
/
TargetNotFound.cmake
2 lines
54 B
CMake
Raw
Normal View
History
Unescape
Escape
export(): Check targets exist at configure-time (#14608) Commit 66b290e7 (export(): Process the export() command at generate time., 2012-10-06 ) refactored export() so that it could evaluate strings at generate-time. This was intended for evaluating target properties, but that commit also removed a check for target existence at configure-time. Restore that check and add a test for this case.
2013-12-02 20:18:29 +04:00
export
(
TARGETS
nonexistenttarget
FILE
somefile.cmake
)