Commit c99253d6 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixing build on Windows

parent 3ff438dc
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment