Commit d6682e6
PATCH: Use NEW behavior of CMake policy CMP0117
CMake used to pass /GR (RTTI) as a CXX flag to MSVC. This will be removed with CMP0117. AliceVision however depends on RTTI due to usage of dynamic_cast() and typeid. Although MSVC has /GR (RTTI) enabled by default, ensure it is explicitly passed as a compiler flag for clarity.
Signed-off-by: Philipp Remy <[email protected]>1 parent d28822c commit d6682e6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments