1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Fixing build on Windows

This commit is contained in:
Andrey Kamaev
2012-02-03 12:33:48 +00:00
parent 3ff438dc7a
commit c99253d62d
+1 -1
View File
@@ -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)