summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-16 10:45:26 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-16 14:41:52 +0000
commitbc58c6ea2f68123abb12ccd09bb9f50bcb230e10 (patch)
tree593193143d0fd727c782ebf38efc5d096441d3a3 /cmake
parent0b13936ce8498735e245531c222c035f41fd5e0f (diff)
Make libcheck optional for windows builds.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Dependencies.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
index b87922a9..99d3b98a 100644
--- a/cmake/Dependencies.cmake
+++ b/cmake/Dependencies.cmake
@@ -81,8 +81,6 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
81 set(CHECK_FOUND TRUE) 81 set(CHECK_FOUND TRUE)
82 set(CHECK_LIBRARIES ${LIBCHECK_LIBRARIES} ${LIBCOMPAT_LIBRARIES}) 82 set(CHECK_LIBRARIES ${LIBCHECK_LIBRARIES} ${LIBCOMPAT_LIBRARIES})
83 message("check: ${CHECK_LIBRARIES}") 83 message("check: ${CHECK_LIBRARIES}")
84 else()
85 message(FATAL_ERROR "check libraries not found")
86 endif() 84 endif()
87 85
88 # pthreads 86 # pthreads