Skip to content
Snippets Groups Projects
Commit ffc82304 authored by Philip Trettner's avatar Philip Trettner
Browse files

fixed public c++11 flag

parent 156fd43b
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ if (MSVC)
target_compile_options(glm-extras PUBLIC /MP)
else()
target_compile_options(glm-extras PRIVATE -Wall -Werror)
target_compile_options(glm-extras PUBLIC
target_compile_options(glm-extras PRIVATE
$<$<COMPILE_LANGUAGE:CXX>:-std=c++11>
-march=native
-fPIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment