From ece0613e093682ab5f9ed8428453be897961dbad Mon Sep 17 00:00:00 2001 From: Aidan McNay Date: Thu, 17 Oct 2024 16:39:51 -0400 Subject: [PATCH] Commentary: Fix CMake comments (#5545) --- docs/CONTRIBUTORS | 1 + verilator-config-version.cmake.in | 2 +- verilator-config.cmake.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTORS b/docs/CONTRIBUTORS index fcb93319a..8c6aeba55 100644 --- a/docs/CONTRIBUTORS +++ b/docs/CONTRIBUTORS @@ -7,6 +7,7 @@ Adam Bagley Adrian Sampson Adrien Le Masle Ahmed El-Mahmoudy +Aidan McNay Aleksander Kiryk Alex Chadwick Alex Solomatnikov diff --git a/verilator-config-version.cmake.in b/verilator-config-version.cmake.in index 5ce5987b9..92160d8fc 100644 --- a/verilator-config-version.cmake.in +++ b/verilator-config-version.cmake.in @@ -5,7 +5,7 @@ # This allows specifying a minimum Verilator version. # Include it in your CMakeLists.txt using: # -# find_package(verilate 4.0) +# find_package(verilator 4.0) # # Copyright 2003-2024 by Wilson Snyder. This program is free software; you # can redistribute it and/or modify it under the terms of either the GNU diff --git a/verilator-config.cmake.in b/verilator-config.cmake.in index f11a0309c..3c00e1d86 100644 --- a/verilator-config.cmake.in +++ b/verilator-config.cmake.in @@ -4,7 +4,7 @@ # # Include it in your CMakeLists.txt using: # -# find_package(verilate) +# find_package(verilator) # # This script adds a verilate function. #