This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
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 13:31:25 -05:00
project
(
Bad
NONE
)
Reference in New Issue
Copy Permalink