From 98a00c7930744a3c4fe69b0de60a6f9a86cd4f17 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 31 Jul 2020 11:13:35 +0200 Subject: Remove unused NBP detection --- CMake/FindNBP.cmake | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 CMake/FindNBP.cmake (limited to 'CMake') diff --git a/CMake/FindNBP.cmake b/CMake/FindNBP.cmake deleted file mode 100644 index 052f16df..00000000 --- a/CMake/FindNBP.cmake +++ /dev/null @@ -1,24 +0,0 @@ -# - Find NBP - numericalBraggPrediction -# Find the native NBP includes and library -# -# NBP_INCLUDES - where to find IndexerBase.h -# NBP_LIBRARIES - List of libraries when using NBP. -# NBP_FOUND - True if NBP found. - -if (NBP_INCLUDES) - # Already in cache, be silent - set (NBP_FIND_QUIETLY TRUE) -endif (NBP_INCLUDES) - -find_path (NBP_INCLUDES numericalBraggPrediction/ProjectionCalculation.h - PATHS - ${CMAKE_INSTALL_PREFIX}/include) - -find_library (NBP_LIBRARIES numericalBraggPrediction - PATHS - ${CMAKE_INSTALL_PREFIX}/lib) - -# handle the QUIETLY and REQUIRED arguments and set NBP_FOUND to TRUE if -# all listed variables are TRUE -include (FindPackageHandleStandardArgs) -find_package_handle_standard_args (NBP DEFAULT_MSG NBP_LIBRARIES NBP_INCLUDES) -- cgit v1.2.3