Fixing build on Windows

pull/13383/head
Andrey Kamaev 13 years ago
parent 3ff438dc7a
commit c99253d62d
  1. 2
      cmake/OpenCVCRTLinkage.cmake

@ -1,5 +1,5 @@
if(NOT MSVC)
message(FATAL_ERROR "CRT options are available only for MSVC"
message(FATAL_ERROR "CRT options are available only for MSVC")
endif()
if(NOT BUILD_SHARED_LIBS AND BUILD_WITH_STATIC_CRT)

Loading…
Cancel
Save