Skip to content

Commit

Permalink
Actually, make all dependent projects use static runtimes in visual
Browse files Browse the repository at this point in the history
studio.
  • Loading branch information
davisking committed May 16, 2018
1 parent 2413a77 commit 3418994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mitielib/cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set(DLIB_LINK_WITH_LIBPNG OFF CACHE STRING "not needed by MITIE" FORCE)
set(DLIB_LINK_WITH_LIBJPEG OFF CACHE STRING "not needed by MITIE" FORCE)
set(DLIB_LINK_WITH_SQLITE3 OFF CACHE STRING "not needed by MITIE" FORCE)

include(../../mitielib/tell_visual_studio_to_use_static_runtime.cmake)

# Don't add mitie if it's already been added to the cmake project
if (NOT TARGET mitie)

Expand Down
1 change: 0 additions & 1 deletion tools/wordrep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ set(source

PROJECT(${project_name})

include(../../mitielib/tell_visual_studio_to_use_static_runtime.cmake)
include(../../mitielib/cmake)


Expand Down

0 comments on commit 3418994

Please sign in to comment.