Cleanup: Fix build-warning with MSVC

Draco sets CMAKE_CXX_STANDARD to 14, given we
set the c++ standard in the root level CMakeLists.txt
to c++17 this generated build warnings.

Given the rootlevel one is the one we want we can
safely remove this line in dracos cmakelists
This commit is contained in:
Ray Molenkamp 2020-06-19 17:28:42 -06:00
parent 466e716495
commit 874af5301c
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@
# All rights reserved.
# ***** END GPL LICENSE BLOCK *****
set(CMAKE_CXX_STANDARD 14)
# Build Draco library.
add_subdirectory(dracoenc)