I am using Cmake 3.6.0 RC1 with Visual Studio 2015 and the Clang May 2016 
update.  When I create a simple C++ project with Visual Studio 2015 and change 
the toolset to v140_clang_3_7, I have the option to set Multi Processor 
Compilation to "Yes".  When I do this, this setting is added in the .vcxproj 
file:
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <UseMultiToolTask>true</UseMultiToolTask>
  </PropertyGroup>

However, if I use Cmake to generate my project files using: "cmake .. -G 
"Visual Studio 14 2015 Win64" -T v140_clang_3_7", I cannot find a way to have 
the generated project file contain the UseMutliToolTask as shown above.  I have 
tried modifying CXX_FLAGS and other input variables but cannot figure it out.  
Can someone please help me?

Luke

-- 

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:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to