[cmake] cleaned out unused cmake files

This commit is contained in:
akallabeth
2023-10-10 20:31:00 +02:00
committed by akallabeth
parent 25f3633dc5
commit 0529658e75
12 changed files with 12 additions and 770 deletions

View File

@@ -675,7 +675,7 @@ find_feature(PCSC ${PCSC_FEATURE_TYPE} ${PCSC_FEATURE_PURPOSE} ${PCSC_FEATURE_DE
option(WITH_AAD "Compile with support for Azure AD authentication" ON)
if (WITH_AAD)
find_package(CJSON REQUIRED)
find_package(cJSON REQUIRED)
include_directories(${CJSON_INCLUDE_DIRS})
endif()