We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565e7f4 commit 35a988cCopy full SHA for 35a988c
.gitignore
@@ -2,10 +2,13 @@ build/
2
build.nosync/
3
bin/
4
bin_rel/
5
+.vscode
6
+dist/
7
3rdparty*
8
*.sublime-workspace
9
copy_lib
10
*.sublime-project
11
+*.code-workspace
12
__pycache__
13
*.obj
14
*.pyc
cmake/PolyfemPythonDownloadExternal.cmake
@@ -27,7 +27,7 @@ endfunction()
27
function(polyfem_python_download_polyfem)
28
polyfem_python_download_project(polyfem
29
GIT_REPOSITORY https://github.com/polyfem/polyfem.git
30
- GIT_TAG 112a04d67931764e4f8b8f54034370a700bb6911
+ GIT_TAG d6808d27d30b897d7ca8104f38e90773efd48aaa
31
)
32
endfunction()
33
0 commit comments