summaryrefslogtreecommitdiff
path: root/cmake/Dependencies.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Dependencies.cmake')
-rw-r--r--cmake/Dependencies.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
index be21bbf8..572b77b0 100644
--- a/cmake/Dependencies.cmake
+++ b/cmake/Dependencies.cmake
@@ -42,7 +42,7 @@ pkg_use_module(SNDFILE sndfile )
42# 42#
43############################################################################### 43###############################################################################
44 44
45if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") 45if(MSVC)
46 # libsodium 46 # libsodium
47 # --------- 47 # ---------
48 find_library(LIBSODIUM_LIBRARIES 48 find_library(LIBSODIUM_LIBRARIES