From dbc01cc6b333c28ecd20d87dbce72a30f2d50d65 Mon Sep 17 00:00:00 2001 From: David Coeurjolly Date: Tue, 8 Feb 2022 09:00:44 +0100 Subject: [PATCH] upgrading submodules --- 4-LaplacianSmoothing/c++/CMakeLists.txt | 3 +-- 4-LaplacianSmoothing/c++/deps/geometry-central | 2 +- 4-LaplacianSmoothing/c++/deps/polyscope | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/4-LaplacianSmoothing/c++/CMakeLists.txt b/4-LaplacianSmoothing/c++/CMakeLists.txt index 1ead7c7..477fd03 100644 --- a/4-LaplacianSmoothing/c++/CMakeLists.txt +++ b/4-LaplacianSmoothing/c++/CMakeLists.txt @@ -32,7 +32,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" OR "${CMAKE_CXX_COMPILER_ID}" STR endif() SET(CMAKE_CXX_FLAGS "${BASE_CXX_FLAGS} ${DISABLED_WARNINGS}") - SET(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native -DNDEBUG") + SET(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG") elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") # using Visual Studio C++ @@ -64,4 +64,3 @@ add_subdirectory(deps/polyscope) add_executable(displayOBJ displayOBJ) target_link_libraries(displayOBJ polyscope geometry-central) - diff --git a/4-LaplacianSmoothing/c++/deps/geometry-central b/4-LaplacianSmoothing/c++/deps/geometry-central index 954e993..ed6c9c9 160000 --- a/4-LaplacianSmoothing/c++/deps/geometry-central +++ b/4-LaplacianSmoothing/c++/deps/geometry-central @@ -1 +1 @@ -Subproject commit 954e9933a4be27637904b02a2f2fe1cae756e3f9 +Subproject commit ed6c9c9aeed217f5e41357eaf71e169fbbf3b912 diff --git a/4-LaplacianSmoothing/c++/deps/polyscope b/4-LaplacianSmoothing/c++/deps/polyscope index 873e700..a133cda 160000 --- a/4-LaplacianSmoothing/c++/deps/polyscope +++ b/4-LaplacianSmoothing/c++/deps/polyscope @@ -1 +1 @@ -Subproject commit 873e700f22ff1ef91689980a53cbb403c79636bf +Subproject commit a133cda65c423d4ee6379738a776d925683bd18d