You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Metal |[](https://github.com/cppalliance/decimal/actions/workflows/metal.yml)|[](https://github.com/cppalliance/decimal/actions/workflows/metal.yml)|
| Metal |[](https://github.com/boostorg/decimal/actions/workflows/metal.yml)|[](https://github.com/boostorg/decimal/actions/workflows/metal.yml)|
10
10
11
11
---
12
12
@@ -21,7 +21,7 @@ Simply `#include` it and use it.
21
21
## CMake
22
22
23
23
```sh
24
-
git clone https://github.com/cppalliance/decimal
24
+
git clone https://github.com/boostorg/decimal
25
25
cd decimal
26
26
mkdir build &&cd build
27
27
cmake .. OR cmake .. -DCMAKE_INSTALL_PREFIX=/your/custom/path
@@ -32,25 +32,18 @@ then you can use `find_package(boost_decimal REQUIRED)`
0 commit comments