Skip to content

Commit

Permalink
Make libcheck optional for windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 16, 2018
1 parent 6fc0be5 commit 54655a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54655a0

Please sign in to comment.