diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-11 22:52:28 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-11 22:52:28 +0200 |
commit | 68b45a82163ea51e0b8cb592e6a3339bcd37cbd7 (patch) | |
tree | f2651639f83a1854fd9687c77b04d5019a5e95ad /cmake | |
parent | 515e8b7b1ad5379ac569dfe53576790caca84337 (diff) | |
download | weechat-68b45a82163ea51e0b8cb592e6a3339bcd37cbd7.zip |
core: fix package name in comment (FindV8.cmake)
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: |