From 46b9c79b77070019ea69ebb9f286be17498a6a43 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Sat, 17 Sep 2022 22:48:11 -0600 Subject: [PATCH] Link to latest CMake docs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 088e2676e..5d1577455 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ include(cmake/Config.cmake) # we use the paths from the cmake GNUInstallDirs module as defaults # you can override these if you like -# https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html +# https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html include(GNUInstallDirs) # add an option for choosing the build type (shared or static)