mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Disable edlib unit tests
This commit is contained in:
@@ -5,6 +5,7 @@ include(ImHexPlugin)
|
||||
if (USE_SYSTEM_EDLIB)
|
||||
find_package(edlib REQUIRED)
|
||||
else()
|
||||
set(BUILD_TESTING OFF CACHE BOOL "" FORCE)
|
||||
add_subdirectory(${THIRD_PARTY_LIBS_FOLDER}/edlib ${CMAKE_CURRENT_BINARY_DIR}/edlib EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user