Update CMakeLists.txt

This commit is contained in:
ea4k 2024-08-05 00:17:29 +02:00
parent 3ccf290898
commit 293f48b46f

View File

@ -421,9 +421,13 @@ find_library (
message ("Lib: MacOS")
endif
if (WIN32)
HINTS "${CMAKE_CURRENT_SOURCE_DIR}/../../libs/win64/hamlib/bin" # where to look
HINTS "${CMAKE_CURRENT_SOURCE_DIR}/../../libs/win32/hamlib/bin" # where to look
message ("Lib: Win32")
endif
if (AMD64)
HINTS "${CMAKE_CURRENT_SOURCE_DIR}/../../libs/win64/hamlib/bin" # where to look
message ("Lib: AMD64")
endif
NO_DEFAULT_PATH # do not search system default paths
)