79edd00235
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.
7 lines
286 B
Plaintext
7 lines
286 B
Plaintext
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
|
|
Please set them or make sure they are set and tested correctly in the CMake files:
|
|
NotThere1
|
|
used as include directory in directory .*
|
|
NotThere2
|
|
used as include directory in directory .*
|