Revision 03c0812c41d4db2a48687ce0c053452906dfe69f authored by Brad King on 03 February 2015, 15:36:17 UTC, committed by Brad King on 03 February 2015, 15:40:58 UTC
When loading the list of target support directories, read the file
with UTF-8 encoding since that is what CMake writes into the file.
This allows us to support international characters in the path to
the build tree containing the target support directories.
1 parent 8caa4e7
Raw File
VERSION.rst
VERSION
-------

What version number is this target.

For shared libraries VERSION and SOVERSION can be used to specify the
build version and API version respectively.  When building or
installing appropriate symlinks are created if the platform supports
symlinks and the linker supports so-names.  If only one of both is
specified the missing is assumed to have the same version number.  For
executables VERSION can be used to specify the build version.  When
building or installing appropriate symlinks are created if the
platform supports symlinks.  For shared libraries and executables on
Windows the VERSION attribute is parsed to extract a "major.minor"
version number.  These numbers are used as the image version of the
binary.
back to top