Skip to content

Commit

Permalink
Update libfp, update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Jul 10, 2024
1 parent 90e1161 commit c66dd4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ Thumbs.db
# Python byte code
*.pyc

# Build within source
/build

# Binaries
# --------
*.dll
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ob_fetch_qx(

# Fetch libfp (build and import from source)
include(OB/Fetchlibfp)
ob_fetch_libfp("c14360d4306e6f74bce06f98414a3a51f0cf9cd8")
ob_fetch_libfp("086051bca750adac3178a86fc47b61f1770d8b40")

# Fetch QI-QMP (build and import from source)
include(OB/FetchQI-QMP)
Expand Down

0 comments on commit c66dd4f

Please sign in to comment.