mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-02 04:14:44 +00:00
Make libcheck optional for windows builds.
This commit is contained in:
@@ -81,8 +81,6 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
|
||||
set(CHECK_FOUND TRUE)
|
||||
set(CHECK_LIBRARIES ${LIBCHECK_LIBRARIES} ${LIBCOMPAT_LIBRARIES})
|
||||
message("check: ${CHECK_LIBRARIES}")
|
||||
else()
|
||||
message(FATAL_ERROR "check libraries not found")
|
||||
endif()
|
||||
|
||||
# pthreads
|
||||
|
||||
Reference in New Issue
Block a user