summaryrefslogtreecommitdiffstats
path: root/config/cmake/UserMacros/Windows_MT.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config/cmake/UserMacros/Windows_MT.cmake')
-rw-r--r--config/cmake/UserMacros/Windows_MT.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/UserMacros/Windows_MT.cmake b/config/cmake/UserMacros/Windows_MT.cmake
index 15cffba..c8edbe4 100644
--- a/config/cmake/UserMacros/Windows_MT.cmake
+++ b/config/cmake/UserMacros/Windows_MT.cmake
@@ -47,6 +47,7 @@ endmacro ()
#-----------------------------------------------------------------------------
option (BUILD_STATIC_CRT_LIBS "Build With Static CRT Libraries" OFF)
+mark_as_advanced (BUILD_STATIC_CRT_LIBS)
if (BUILD_STATIC_CRT_LIBS)
TARGET_STATIC_CRT_FLAGS ()
endif ()