summaryrefslogtreecommitdiff
path: root/doc/README.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.cmake')
-rw-r--r--doc/README.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.cmake b/doc/README.cmake
index 656e26f9..5180c912 100644
--- a/doc/README.cmake
+++ b/doc/README.cmake
@@ -55,7 +55,7 @@ HOW TO IMPORT BDWGC
Another project could add bdwgc as one of its dependencies with something like
this in their CMakeLists.txt:
-find_package(BDWgc 8.2.0 REQUIRED)
+find_package(BDWgc 8.2.2 REQUIRED)
add_executable(Foo foo.c)
target_link_libraries(Foo BDWgc::gc)