From f6f76eaf7e153bf40ad804eeb607cf54cf50d562 Mon Sep 17 00:00:00 2001 From: Isak Tjernberg Date: Wed, 21 Sep 2022 16:18:50 +0200 Subject: [PATCH] Revert "CMake file to find the Auk project when submoduling it (#133)" This reverts commit 8ac5ddda00cfe959ea63cd9b0fb6e2282e062bb6. --- FindAuk.cmake | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 FindAuk.cmake diff --git a/FindAuk.cmake b/FindAuk.cmake deleted file mode 100644 index 105c751..0000000 --- a/FindAuk.cmake +++ /dev/null @@ -1,18 +0,0 @@ -# -# Copyright (C) 2022 Swift Navigation Inc. -# Contact: Swift Navigation -# -# This source is subject to the license found in the file 'LICENSE' which must -# be be distributed together with this source. All other rights reserved. -# -# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, -# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. -# - -include("GenericFindDependency") - -option(BUILD_TESTS "" FALSE) - -GenericFindDependency(TARGET swiftnav::ssr-client - SOURCE_DIR auk/ssr2los)