From 66a33ea2c9979c0bda5580b87583d4227ebf849f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Jun 2023 10:32:05 +0000 Subject: [PATCH] Blueprint dependency removed from the CMakeLists. But we still have it in the code. #44 --- test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 79d1d5d..2d2fd6e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -14,7 +14,6 @@ cm_test_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} ${CMAKE_WORKSPACE_NAME}::containers ${CMAKE_WORKSPACE_NAME}::pkpad ${CMAKE_WORKSPACE_NAME}::random - ${CMAKE_WORKSPACE_NAME}::blueprint ${Boost_LIBRARIES})