CMake: Fix typo
This commit is contained in:
parent
0b342d0f9f
commit
ae59bd031f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue