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

removed C++11 modifier

parent b2616678
Branches
No related tags found
No related merge requests found
......@@ -38,11 +38,7 @@ target_include_directories(assimp PRIVATE
. # for <contrib/zlib/zlib.h>
)
if(NOT MSVC)
target_compile_options(assimp PRIVATE
$<$<COMPILE_LANGUAGE:CXX>:-std=c++11>
)
else()
if(MSVC)
target_compile_options(assimp PUBLIC
/MP # multi processor compilation
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment