From 5bad13efbf78fa32e3c7994132c5806b68525bc0 Mon Sep 17 00:00:00 2001 From: David Coeurjolly Date: Tue, 8 Feb 2022 09:04:59 +0100 Subject: [PATCH] Upgrading deps --- 3-modeling/c++/CMakeLists.txt | 3 +-- 3-modeling/c++/deps/geometry-central | 2 +- 3-modeling/c++/deps/polyscope | 2 +- 5-GeomProcessing/CMakeLists.txt | 3 +-- 5-GeomProcessing/deps/geometry-central | 2 +- 5-GeomProcessing/deps/polyscope | 2 +- 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/3-modeling/c++/CMakeLists.txt b/3-modeling/c++/CMakeLists.txt index 922f309..f162f32 100644 --- a/3-modeling/c++/CMakeLists.txt +++ b/3-modeling/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++ @@ -68,4 +68,3 @@ target_link_libraries(simpleTest polyscope) add_executable(displayOBJ displayOBJ) target_link_libraries(displayOBJ polyscope geometry-central) - diff --git a/3-modeling/c++/deps/geometry-central b/3-modeling/c++/deps/geometry-central index d6a6027..ed6c9c9 160000 --- a/3-modeling/c++/deps/geometry-central +++ b/3-modeling/c++/deps/geometry-central @@ -1 +1 @@ -Subproject commit d6a60271786945740ad14a0d674bab49a9c61a20 +Subproject commit ed6c9c9aeed217f5e41357eaf71e169fbbf3b912 diff --git a/3-modeling/c++/deps/polyscope b/3-modeling/c++/deps/polyscope index 047dd98..a133cda 160000 --- a/3-modeling/c++/deps/polyscope +++ b/3-modeling/c++/deps/polyscope @@ -1 +1 @@ -Subproject commit 047dd980715c590f7720715c94a4382802c4e116 +Subproject commit a133cda65c423d4ee6379738a776d925683bd18d diff --git a/5-GeomProcessing/CMakeLists.txt b/5-GeomProcessing/CMakeLists.txt index 1a473d8..2deb7f2 100644 --- a/5-GeomProcessing/CMakeLists.txt +++ b/5-GeomProcessing/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/5-GeomProcessing/deps/geometry-central b/5-GeomProcessing/deps/geometry-central index 8b20898..ed6c9c9 160000 --- a/5-GeomProcessing/deps/geometry-central +++ b/5-GeomProcessing/deps/geometry-central @@ -1 +1 @@ -Subproject commit 8b20898f6c7be1eab827a9f720c8fd45e58ae63c +Subproject commit ed6c9c9aeed217f5e41357eaf71e169fbbf3b912 diff --git a/5-GeomProcessing/deps/polyscope b/5-GeomProcessing/deps/polyscope index e477e6b..a133cda 160000 --- a/5-GeomProcessing/deps/polyscope +++ b/5-GeomProcessing/deps/polyscope @@ -1 +1 @@ -Subproject commit e477e6b35ec9f4f27e01a5916acc310520aa1262 +Subproject commit a133cda65c423d4ee6379738a776d925683bd18d