Skip to content

Commit 35a988c

Browse files
committed
updated polyfem
1 parent 565e7f4 commit 35a988c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ build/
22
build.nosync/
33
bin/
44
bin_rel/
5+
.vscode
6+
dist/
57
3rdparty*
68
*.sublime-workspace
79
copy_lib
810
*.sublime-project
11+
*.code-workspace
912
__pycache__
1013
*.obj
1114
*.pyc

cmake/PolyfemPythonDownloadExternal.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endfunction()
2727
function(polyfem_python_download_polyfem)
2828
polyfem_python_download_project(polyfem
2929
GIT_REPOSITORY https://github.com/polyfem/polyfem.git
30-
GIT_TAG 112a04d67931764e4f8b8f54034370a700bb6911
30+
GIT_TAG d6808d27d30b897d7ca8104f38e90773efd48aaa
3131
)
3232
endfunction()
3333

0 commit comments

Comments
 (0)