upgrading submodules

This commit is contained in:
David Coeurjolly 2022-02-08 09:00:44 +01:00
parent 285cd765d2
commit dbc01cc6b3
3 changed files with 3 additions and 4 deletions

View File

@ -32,7 +32,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" OR "${CMAKE_CXX_COMPILER_ID}" STR
endif() endif()
SET(CMAKE_CXX_FLAGS "${BASE_CXX_FLAGS} ${DISABLED_WARNINGS}") 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") elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
# using Visual Studio C++ # using Visual Studio C++
@ -64,4 +64,3 @@ add_subdirectory(deps/polyscope)
add_executable(displayOBJ displayOBJ) add_executable(displayOBJ displayOBJ)
target_link_libraries(displayOBJ polyscope geometry-central) target_link_libraries(displayOBJ polyscope geometry-central)

@ -1 +1 @@
Subproject commit 954e9933a4be27637904b02a2f2fe1cae756e3f9 Subproject commit ed6c9c9aeed217f5e41357eaf71e169fbbf3b912

@ -1 +1 @@
Subproject commit 873e700f22ff1ef91689980a53cbb403c79636bf Subproject commit a133cda65c423d4ee6379738a776d925683bd18d