Commit 3039217
committed
cmake: do not check c_std_11 in MSVS 14
Fails with cmake 3.31, CUDA 8 and MSVS 14 2015 but required for later
MSVS versions (VS 2015 compat macro in gpujpeg_common_internal.h just
for VS<=2015, otherwise c11 _Static_assert is used and thus explicit
(!) standard for MSVC needed (implicit is still C89).1 parent 49c9cd1 commit 3039217
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments