From e6932dab8af9e5d36026ae8f6fcf5af98b044933 Mon Sep 17 00:00:00 2001 From: Eugene K Date: Wed, 7 Jun 2023 10:50:08 -0400 Subject: [PATCH] remove CMake error --- library/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 7cedfe98..a1a7d445 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -1,7 +1,5 @@ if (TARGET sodium) set(sodium_libs sodium) - get_target_property(sodium_loc sodium LOCATION) - message("sodium is ${sodium_loc}") else () find_package(unofficial-sodium) if (unofficial-sodium_FOUND)