I tried "-DCMAKE_MSVC_RUNTIME_LIBRARY=MT" and also 
"-DCMAKE_MSVC_RUNTIME_LIBRARY=/MT" before that, along with 
"-DCMAKE_BUILD_TYPE=Release", but I still get "Using Release VC++ CRT: MD".  
What's going on?  I also did "-DCMAKE_CXX_FLAGS="/permissive- /EHsc /std:c++17 
/O2 /MT /D_SILENCE_ALL_CXX_DEPRECATION_WARNINGS"" but this also didn't help.  
Do you have any ideas?

The command I ran was "cmake -S../llvm -G"Visual Studio 16 2019" -Thost=x64 
-DCMAKE_INSTALL_PREFIX=../install -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_MSVC_RUNTIME_LIBRARY=MT -DCMAKE_CXX_FLAGS="/permissive- /EHsc 
/std:c++17 /O2 /MT /D_SILENCE_ALL_CXX_DEPRECATION_WARNINGS" 
-DLLVM_ENABLE_RTTI=On -DLLVM_ENABLE_EH=ON -DCMAKE_CXX_STANDARD=17 
-DPYTHON_HOME=C:/Users/Osman/AppData/Local/Programs/Python/Python38 
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;lldb;libcxx;libcxxabi"".
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake

Reply via email to