https://github.com/Kitware/CMake
Revision fa583869f7e75cdc4c7499f0dbfab2cdac5061bd authored by Robert Maynard on 18 January 2018, 21:05:59 UTC, committed by Robert Maynard on 30 January 2018, 14:14:02 UTC
The default that CUDA uses causes failures when you try to embed
CUDA obj's into another target.
1 parent 1429382
Raw File
Tip revision: fa583869f7e75cdc4c7499f0dbfab2cdac5061bd authored by Robert Maynard on 18 January 2018, 21:05:59 UTC
CUDA: Use MSVC default pattern for naming object files
Tip revision: fa58386
VS-Intel.vfproj.in
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
	ProjectCreator="Intel Fortran"
	Keyword="Console Application"
	Version="@CMAKE_VS_INTEL_Fortran_PROJECT_VERSION@"
	ProjectIdGuid="{AB67BAB7-D7AE-4E97-B492-FE5420447509}"
	>
	<Platforms>
		<Platform Name="@id_platform@"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|@id_platform@"
			OutputDirectory="."
			IntermediateDirectory="$(ConfigurationName)"
			>
			<Tool
				Name="VFFortranCompilerTool"
				DebugInformationFormat="debugEnabled"
				Optimization="optimizeDisabled"
				Preprocess="preprocessYes"
				RuntimeLibrary="rtMultiThreadedDebugDLL"
			/>
			<Tool
				Name="VFLinkerTool"
				LinkIncremental="linkIncrementalNo"
				GenerateDebugInformation="true"
				SubSystem="subSystemConsole"
			/>
			<Tool
				Name="VFPostBuildEventTool"
				CommandLine="for %%i in (@id_cl@) do @echo CMAKE_@id_lang@_COMPILER=%%~$PATH:i"
			/>
		</Configuration>
	</Configurations>
	<Files>
		<Filter Name="Source Files" Filter="F">
			<File RelativePath="@id_src@"/>
		</Filter>
	</Files>
	<Globals/>
</VisualStudioProject>
back to top