Fixing build on Windows

This commit is contained in:
Andrey Kamaev 2012-02-03 12:33:48 +00:00
parent 3ff438dc7a
commit c99253d62d

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)