From ae59bd031f1d1e03ecc940db44cf4cf92b74aba6 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Mon, 11 Nov 2019 20:16:00 -0700 Subject: [PATCH] CMake: Fix typo --- dtool/Package.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Package.cmake b/dtool/Package.cmake index 956814c11b..6de060f922 100644 --- a/dtool/Package.cmake +++ b/dtool/Package.cmake @@ -11,7 +11,7 @@ if(THIRDPARTY_DIRECTORY) if(NOT _policy_cmp0074 STREQUAL "NEW") message(FATAL_ERROR - "Your version of CMake is too old; please upgrade or unset THIRDPARTY_DIRCTORY to continue.") + "Your version of CMake is too old; please upgrade or unset THIRDPARTY_DIRECTORY to continue.") endif() # Dig up the actual "libs" directory