diff options
author | Brad King <brad.king@kitware.com> | 2015-09-22 14:46:59 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-09-22 14:46:59 (GMT) |
commit | da7c8a8dae10a4fd2f33798bc8aec8a3c238b2af (patch) | |
tree | f78089634b5873d3d8b4d7d7d2e0f21598fbaf1f /Help/command | |
parent | 4be709a6b715acb4100fceb4394ad5215d8b555b (diff) | |
parent | b15f4e9b86bc3dc31b6a01c0ffc30747f467ec1f (diff) | |
download | CMake-da7c8a8dae10a4fd2f33798bc8aec8a3c238b2af.zip CMake-da7c8a8dae10a4fd2f33798bc8aec8a3c238b2af.tar.gz CMake-da7c8a8dae10a4fd2f33798bc8aec8a3c238b2af.tar.bz2 |
Merge topic 'restrict-shlib-link-flags-to-enable-exports'
b15f4e9b try_compile: Propogate CMP0065 to the generated project.
9784af1b CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/try_compile.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst index 1ed24df..28dae80 100644 --- a/Help/command/try_compile.rst +++ b/Help/command/try_compile.rst @@ -100,6 +100,7 @@ If set, the following variables are passed in to the generated try_compile CMakeLists.txt to initialize compile target properties with default values: +* :variable:`CMAKE_ENABLE_EXPORTS` * :variable:`CMAKE_LINK_SEARCH_START_STATIC` * :variable:`CMAKE_LINK_SEARCH_END_STATIC` * :variable:`CMAKE_POSITION_INDEPENDENT_CODE` @@ -107,5 +108,7 @@ default values: If :policy:`CMP0056` is set to ``NEW``, then :variable:`CMAKE_EXE_LINKER_FLAGS` is passed in as well. +The current setting of :policy:`CMP0065` is set in the generated project. + Set the :variable:`CMAKE_TRY_COMPILE_CONFIGURATION` variable to choose a build configuration. |