diff options
-rw-r--r-- | COMPILING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/COMPILING.md b/COMPILING.md index 759dd2e9c..145b24475 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -81,6 +81,9 @@ cmake .. make ``` +For more information on how to use CMake (including how to make Release builds), +we urge you to read [their excellent manual](https://cmake.org/cmake/help/latest/guide/user-interaction/index.html). + ## Supported compilers Every compiler that is supported by CMake and supports C++17, should be |