mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Make libcheck optional for windows builds.
This commit is contained in:
parent
0b13936ce8
commit
bc58c6ea2f
|
@ -81,8 +81,6 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
|
||||||
set(CHECK_FOUND TRUE)
|
set(CHECK_FOUND TRUE)
|
||||||
set(CHECK_LIBRARIES ${LIBCHECK_LIBRARIES} ${LIBCOMPAT_LIBRARIES})
|
set(CHECK_LIBRARIES ${LIBCHECK_LIBRARIES} ${LIBCOMPAT_LIBRARIES})
|
||||||
message("check: ${CHECK_LIBRARIES}")
|
message("check: ${CHECK_LIBRARIES}")
|
||||||
else()
|
|
||||||
message(FATAL_ERROR "check libraries not found")
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# pthreads
|
# pthreads
|
||||||
|
|
Loading…
Reference in New Issue
Block a user