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

Made c++11 an internal flag so other projects can use c++17

parent ffbe44e3
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ target_include_directories(assimp PRIVATE
)
if(NOT MSVC)
target_compile_options(assimp PUBLIC
target_compile_options(assimp PRIVATE
$<$<COMPILE_LANGUAGE:CXX>:-std=c++11>
)
else()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment