Blender Git Loki
Git Commits -> Revision ee1b2cc
Revision ee1b2cc by Sergey Sharybin (master) September 28, 2018, 08:09 (GMT) |
CMake: Default to C11 for Clang and GCC The option WITH_C11 is gone, and C++ is defaulting to C++11 now, so guess it's fine to assume we need C11 now. This is technically what we use anyway, with all the re-definitions of structs (like when we typedef anonymous struct in a header file first, and them define it to a proper structure in implementation file). |
Commit Details:
Full Hash: ee1b2cce5f5c0c3c2980d91d4401a88b49e47090
Parent Commit: fa6b0cd
Lines Changed: +2, -6
1 Modified Path:
/CMakeLists.txt (+2, -6) (Diff)