From 23b0ae6b12909a72aa4bb2f2b4efe3969d9035a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 2 Jan 2018 21:03:44 +0100 Subject: [PATCH] modules: updated Corrade modules. --- modules/FindCorrade.cmake | 2 +- modules/FindNodeJs.cmake | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/FindCorrade.cmake b/modules/FindCorrade.cmake index d19767221..1516087b6 100644 --- a/modules/FindCorrade.cmake +++ b/modules/FindCorrade.cmake @@ -234,7 +234,7 @@ # This file is part of Corrade. # # Copyright © 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, -# 2017 Vladimír Vondruš +# 2017, 2018 Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/modules/FindNodeJs.cmake b/modules/FindNodeJs.cmake index fe85046b2..4deeb7a8f 100644 --- a/modules/FindNodeJs.cmake +++ b/modules/FindNodeJs.cmake @@ -4,15 +4,15 @@ # # Finds the Node.js executable. This module defines: # -# NODEJS_FOUND - True if Node.js executable is found +# NodeJs_FOUND - True if Node.js executable is found # NodeJs::NodeJs - Node.js executable imported target # # # This file is part of Corrade. # -# Copyright © 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 -# Vladimír Vondruš +# Copyright © 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, +# 2017, 2018 Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -34,6 +34,7 @@ # find_program(NODEJS_EXECUTABLE node) +mark_as_advanced(NODEJS_EXECUTABLE) include(FindPackageHandleStandardArgs) find_package_handle_standard_args("NodeJs" DEFAULT_MSG NODEJS_EXECUTABLE)