Skip to content

Commit

Permalink
updated polyfem
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Feb 22, 2022
1 parent 642512a commit 59ae76c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmake/recipes/polyfem.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ endif()

message(STATUS "Third-party: creating target 'polyfem::polyfem'")

if (POLICY CMP0079) # https://cmake.org/cmake/help/latest/policy/CMP0079.html
cmake_policy(SET CMP0079 NEW) # FindPython should return the first matching Python
endif ()


include(FetchContent)
FetchContent_Declare(
polyfem
GIT_REPOSITORY https://github.com/polyfem/polyfem.git
GIT_TAG c0b5cd24021b26690095779707e2b0e1656073f5
GIT_TAG 709a609aa4e3221929ff1c83bb0a88dfcad112b6
GIT_SHALLOW FALSE
)
FetchContent_MakeAvailable(polyfem)
Expand Down

0 comments on commit 59ae76c

Please sign in to comment.