aboutsummaryrefslogtreecommitdiffstats
path: root/default_build_settings.cmake
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2021-01-20 19:12:39 +0100
committerGitHub <noreply@github.com>2021-01-20 19:12:39 +0100
commit47ffce367d24baabc105cc3a4e04db13de6d179d (patch)
tree922322a160be17225170e3c5f37e688f3df6e1d5 /default_build_settings.cmake
parentbdc3dbb5292d3063cf6d7b5d2f7cd1a4aeeb214c (diff)
typo
Diffstat (limited to 'default_build_settings.cmake')
-rw-r--r--default_build_settings.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/default_build_settings.cmake b/default_build_settings.cmake
index d8bbf21605a..597561ed66a 100644
--- a/default_build_settings.cmake
+++ b/default_build_settings.cmake
@@ -1,4 +1,4 @@
-# Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
include(VespaExtendedDefaultBuildSettings OPTIONAL)
@@ -186,10 +186,10 @@ function(vespa_use_default_build_settings)
elseif(VESPA_OS_DISTRO_COMBINED STREQUAL "debian 10")
setup_vespa_default_build_settings_debian_10()
else()
- message(FATAL_ERROR "-- Unkonwn vespa build platform ${VESPA_OS_DISTRO_COMBINED}")
+ message(FATAL_ERROR "-- Unknown vespa build platform ${VESPA_OS_DISTRO_COMBINED}")
endif()
if(NOT DEFINED VESPA_LLVM_VERSION AND NOT DEFINED DEFAULT_VESPA_LLVM_VERSION)
- message(FATAL_ERROR "-- Unkonwn default llvm version")
+ message(FATAL_ERROR "-- Unknown default llvm version")
endif()
if(NOT DEFINED DEFAULT_CMAKE_PREFIX_PATH)
set(DEFAULT_CMAKE_PREFIX_PATH "${VESPA_DEPS}")