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
a88c99f1bc
CMake
/
Tests
/
RunCMake
/
ToolchainFile
/
CallProject-toolchain.cmake
2 lines
18 B
CMake
Raw
Normal View
History
Unescape
Escape
Diagnose recursive project/enable_language without crashing (#15999) Calling `project()` or `enable_language()` from a toolchain file will infinitely recurse since those commands load the toolchain file. Diagnose and reject this case with an error message instead of crashing when the stack eventually overflows.
2016-03-07 21:31:25 +03:00
project
(
Bad
NONE
)