Skip to content

Commit

Permalink
Drop Pragmatic INFO statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Oct 6, 2021
1 parent b2b286e commit 6f3a71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/BuildSystem/config/packages/pragmatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def __init__(self, framework):
import os
config.package.CMakePackage.__init__(self, framework)
self.download = ['git://https://github.com/meshadaptation/pragmatic.git']
self.gitcommit = '30a2110f820044818e64d88a9e6c100e75dbf4c0' # joe/no-debug Oct 05, 2021
self.gitcommit = 'fcb3f683131c2be9d9e424e2875c5c960a77695e' # joe/no-debug Oct 06, 2021
self.functions = ['pragmatic_2d_init']
self.includes = ['pragmatic/pragmatic.h']
self.liblist = [['libpragmatic.a']]
Expand Down

0 comments on commit 6f3a71b

Please sign in to comment.