From b8f2d835d93f38e2febd0f9447900b2f04dcfed6 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Thu, 27 Apr 2023 13:48:41 +0200 Subject: [PATCH] remove findCXXOPTS.cmake --- cmake/FindCXXOPTS.cmake | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 cmake/FindCXXOPTS.cmake diff --git a/cmake/FindCXXOPTS.cmake b/cmake/FindCXXOPTS.cmake deleted file mode 100644 index ea162b9250..0000000000 --- a/cmake/FindCXXOPTS.cmake +++ /dev/null @@ -1,14 +0,0 @@ -# Try to find CXXOPTS library - -# Once done this will define -# CXXOPTS_FOUND - System has the all required components. -# CXXOPTS_INCLUDE_DIRS - Include directory necessary for using the required components headers. -# CXXOPTS_LIBRARIES - Link these to use CXXOPTS. -# - -include(LibFindMacros) - -libfind_pkg_detect(CXXOPTS cxxopts - FIND_PATH cxxopts.hpp - ) -libfind_process(CXXOPTS)