CMake/Help/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst
Brad King b8522a8c8a VS: Expose Intel Fortran .vfproj format version to CMake language
Lookup the Intel VS plugin version on demand in the VS global generator,
compute the corresponding .vfproj format version number, and memoize it.
Add it as a CMAKE_VS_INTEL_Fortran_PROJECT_VERSION platform definition.
2013-10-18 09:55:50 -04:00

8 lines
307 B
ReStructuredText

CMAKE_VS_INTEL_Fortran_PROJECT_VERSION
--------------------------------------
When generating for Visual Studio 7 or greater with the Intel Fortran
plugin installed, this specifies the .vfproj project file format
version. This is intended for internal use by CMake and should not be
used by project code.