From e52157928c958ffd489cfd2795572c5eb0c25370 Mon Sep 17 00:00:00 2001 From: GabTux Date: Sun, 7 Apr 2024 00:38:27 +0200 Subject: [PATCH] Remove redundant cpm package --- standalone/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/standalone/CMakeLists.txt b/standalone/CMakeLists.txt index 8b85d0e..aac0180 100644 --- a/standalone/CMakeLists.txt +++ b/standalone/CMakeLists.txt @@ -10,8 +10,6 @@ include(../cmake/tools.cmake) include(../cmake/CPM.cmake) -CPMAddPackage("gh:TheLartians/Format.cmake@1.8.0") - CPMAddPackage(NAME PPQSort SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..) # ---- Create standalone executable ----