[Premake] Update premake-cmake
- Handle compiler flags per-file. Removes ffmpeg warnings - Switch to JoelLinn fork since original author stopped maintaining and other forks don't seem to care about PRs
This commit is contained in:
parent
3bfa3b05e1
commit
9ab4db285c
|
@ -54,7 +54,7 @@
|
|||
url = https://github.com/microsoft/DirectXShaderCompiler.git
|
||||
[submodule "third_party/premake-cmake"]
|
||||
path = third_party/premake-cmake
|
||||
url = https://github.com/Enhex/premake-cmake.git
|
||||
url = https://github.com/JoelLinn/premake-cmake.git
|
||||
[submodule "third_party/date"]
|
||||
path = third_party/date
|
||||
url = https://github.com/HowardHinnant/date.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c4fec3e91a1dd9278a329ff7f8a40bba96fb8787
|
||||
Subproject commit 91c646f638a6fbff20f0ea90769df8dcf62bc5e4
|
Loading…
Reference in New Issue