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
cc770e7670
CMake
/
Tests
/
RunCMake
/
ToolchainFile
/
CallEnableLanguage-toolchai...
2 lines
22 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
enable_language
(
NONE
)