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
a9f1bf4380
CMake
/
Tests
/
RunCMake
/
include_directories
/
RunCMakeTest.cmake
5 lines
71 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
)