diff options
| author | James Johnston <johnstonj.public@codenest.com> | 2015-10-08 17:14:12 (GMT) |
|---|---|---|
| committer | Brad King <brad.king@kitware.com> | 2015-10-08 17:53:51 (GMT) |
| commit | 6556481eb8495a3c4f6870efc1b41b461f477bae (patch) | |
| tree | c8e0039e06cf108e9643801ca13ad363beaf2179 /Tests/Tutorial/Step6/MathFunctions/MathFunctions.h | |
| parent | 679a5d2185b15dcd0ff73f7c1c2d7d527c53de53 (diff) | |
| download | CMake-6556481eb8495a3c4f6870efc1b41b461f477bae.zip CMake-6556481eb8495a3c4f6870efc1b41b461f477bae.tar.gz CMake-6556481eb8495a3c4f6870efc1b41b461f477bae.tar.bz2 | |
Help: Document that SHARED libraries must export a symbol (#15775)
CMake assumes that a SHARED library compiled on Windows will export a LIB file.
This is not actually the case on Visual C++ if the library does not export any
symbols, and causes incremental builds to break if the user specifies SHARED
anyway. (Users should use MODULE libraries instead.)
Diffstat (limited to 'Tests/Tutorial/Step6/MathFunctions/MathFunctions.h')
0 files changed, 0 insertions, 0 deletions
