1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Update CMakeLists.txt

This commit is contained in:
Sandu Liviu Catalin 2021-08-22 18:33:18 +03:00
parent 3c6c9bc47b
commit 9ca62af730

View File

@ -27,7 +27,7 @@ list(APPEND CMAKE_MODULE_PATH ${ZMQ_CMAKE_MODULES_DIR})
# This is tp deal with the fact that windows file names is case insensitive while linux isn't # This is tp deal with the fact that windows file names is case insensitive while linux isn't
# So linux has issues finding FindSodium.cmake because it looks for Findsodium.cmake # So linux has issues finding FindSodium.cmake because it looks for Findsodium.cmake
# Lazy workaround, if I can even call it that # Lazy workaround, if I can even call it that
set(ZMQ_CMAKE_MODULES_DIR2 ${CMAKE_CURRENT_SOURCE_DIR}/builds/cmake/Modules) set(ZMQ_CMAKE_MODULES_DIR2 ${CMAKE_CURRENT_SOURCE_DIR}/builds/cmake/Modules2)
list(APPEND CMAKE_MODULE_PATH ${ZMQ_CMAKE_MODULES_DIR2}) list(APPEND CMAKE_MODULE_PATH ${ZMQ_CMAKE_MODULES_DIR2})
include(TestZMQVersion) include(TestZMQVersion)