Skip to content

Commit

Permalink
cmake: by default use dynamic runtime libraries on WINDOWS
Browse files Browse the repository at this point in the history
  • Loading branch information
ylaala-gpsw committed Oct 2, 2019
1 parent 597c9ec commit 8eff2b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release")
add_definitions(-D_ALLOCATOR=1 -DWARPSTUFF=1)

if (WIN32)
include(ucm.cmake)
ucm_set_runtime(STATIC)

SET(COMPILER_FLAGS "")
SET(COMPILER_FLAGS_W_OMP "/openmp" )
SET(ADDITIONAL_LIBS "")
Expand Down

0 comments on commit 8eff2b4

Please sign in to comment.