From f141ab36fe22707c00659cb880564fa406d710e8 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 15 Feb 2024 00:55:02 +0100 Subject: [PATCH] windows typo path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b73cff5c..0b61d06a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,7 @@ if (ZMQ_PREFIX STREQUAL "bundled") "/p:Configuration=StaticRelease" "/p:Platform=${CMAKE_GENERATOR_PLATFORM}" "/p:OutputPath=${BUNDLE_DIR}/lib" - "builds/msvc/vs2019/solution.soln" + "builds/msvc/vs2019/libsodium.sln" ) list(APPEND libsodium_install "echo") set(libsodium_lib "${BUNDLE_DIR}/lib/libsodium.lib")