Skip to content
Snippets Groups Projects
Commit dfc45210 authored by Philip Trettner's avatar Philip Trettner
Browse files
parent 8e451e99
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -69,6 +69,7 @@ target_include_directories(ACGL PUBLIC ...@@ -69,6 +69,7 @@ target_include_directories(ACGL PUBLIC
# Compile flags # Compile flags
target_compile_options(ACGL PUBLIC target_compile_options(ACGL PUBLIC
$<$<COMPILE_LANGUAGE:CXX>:-std=c++11> # C++11 for C++ files $<$<COMPILE_LANGUAGE:CXX>:-std=c++11> # C++11 for C++ files
-Wno-strict-aliasing # Temporary fix for https://github.com/g-truc/glm/issues/473
) )
# WIN32 define # WIN32 define
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment