Commentary: Fix CMake comments (#5545)

This commit is contained in:
Aidan McNay 2024-10-17 16:39:51 -04:00 committed by GitHub
parent 0dce97b09d
commit ece0613e09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ Adam Bagley
Adrian Sampson Adrian Sampson
Adrien Le Masle Adrien Le Masle
Ahmed El-Mahmoudy Ahmed El-Mahmoudy
Aidan McNay
Aleksander Kiryk Aleksander Kiryk
Alex Chadwick Alex Chadwick
Alex Solomatnikov Alex Solomatnikov

View File

@ -5,7 +5,7 @@
# This allows specifying a minimum Verilator version. # This allows specifying a minimum Verilator version.
# Include it in your CMakeLists.txt using: # 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 # 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 # can redistribute it and/or modify it under the terms of either the GNU

View File

@ -4,7 +4,7 @@
# #
# Include it in your CMakeLists.txt using: # Include it in your CMakeLists.txt using:
# #
# find_package(verilate) # find_package(verilator)
# #
# This script adds a verilate function. # This script adds a verilate function.
# #