diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindV8.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindV8.cmake b/cmake/FindV8.cmake index c9522bd7b..03b63b61a 100644 --- a/cmake/FindV8.cmake +++ b/cmake/FindV8.cmake @@ -17,8 +17,8 @@ # along with WeeChat. If not, see <http://www.gnu.org/licenses/>. # -# - Find Aspell -# This module finds if libaspell is installed and determines where +# - Find V8 (Google's Javascript engine) +# This module finds if libv8 is installed and determines where # the include files and libraries are. # # This code sets the following variables: |