Skip to content

Commit

Permalink
Revert "add /MT for MSVC static lib (#278)" (#279)
Browse files Browse the repository at this point in the history
This reverts commit ab76fc3.
  • Loading branch information
Kjell Hedström committed Jul 15, 2018
1 parent ab76fc3 commit de87069
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Build.cmake
Expand Up @@ -116,10 +116,6 @@ ENDIF()
ENDIF()
ADD_LIBRARY(${G3LOG_LIBRARY} SHARED ${SRC_FILES})
ELSE()
IF (MSVC)
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MT")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /MTd")
ENDIF()
ADD_LIBRARY(${G3LOG_LIBRARY} STATIC ${SRC_FILES})
ENDIF()

Expand Down

0 comments on commit de87069

Please sign in to comment.