Skip to content
Snippets Groups Projects
Commit 8eff2b46 authored by Yoann Laala's avatar Yoann Laala
Browse files

cmake: by default use dynamic runtime libraries on WINDOWS

parent 597c9ece
No related branches found
No related tags found
No related merge requests found
......@@ -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 "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment