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
f93a388c9c
CMake
/
Tests
/
RunCMake
/
include_directories
/
RunCMakeTest.cmake
6 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
GenEx: Fix reporting about not-found include directories and libraries. This fixes a regression introduced in commit 290e92ad (Move GetIncludeDirectories to cmGeneratorTarget, 2012-09-16) which loops over cmGeneratorTargets before they get created, so the container is empty.
2012-10-15 12:27:42 +04:00
include
(
RunCMake
)
run_cmake
(
NotFoundContent
)
Add a way to print the origins of used include directories.
2012-12-18 19:16:14 +04:00
run_cmake
(
DebugIncludes
)
Whitelist target types in target_{include_directories,compile_definitions} Setting include directories or compile definitions on a target created with add_custom_target does not make sense.
2013-02-08 22:12:45 +04:00
run_cmake
(
TID-bad-target
)