[Cmake-commits] CMake branch, next, updated. v3.6.0-952-g88ffcdd

Brad King brad.king at kitware.com
Thu Jul 21 11:05:18 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  88ffcdd31eb075e4ae6f21a2af33e73a5520c570 (commit)
       via  cfb5d446180c6f1772f177d2b81f5b39f171e0bf (commit)
      from  1443db369652a44978546d74b70392c4ccde940b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=88ffcdd31eb075e4ae6f21a2af33e73a5520c570
commit 88ffcdd31eb075e4ae6f21a2af33e73a5520c570
Merge: 1443db3 cfb5d44
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jul 21 11:05:17 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 21 11:05:17 2016 -0400

    Merge topic 'windows-export-all-fix-objlib' into next
    
    cfb5d446 fixup! VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cfb5d446180c6f1772f177d2b81f5b39f171e0bf
commit cfb5d446180c6f1772f177d2b81f5b39f171e0bf
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jul 21 11:05:08 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jul 21 11:05:08 2016 -0400

    fixup! VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries

diff --git a/Tests/RunCMake/AutoExportDll/AutoExport.cmake b/Tests/RunCMake/AutoExportDll/AutoExport.cmake
index dd74a4d..d37e896 100644
--- a/Tests/RunCMake/AutoExportDll/AutoExport.cmake
+++ b/Tests/RunCMake/AutoExportDll/AutoExport.cmake
@@ -3,6 +3,7 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${autoexport_BINARY_DIR}/bin)
 add_subdirectory(sub)
 add_library(objlib OBJECT objlib.c)
+set_property(TARGET objlib PROPERTY POSITION_INDEPENDENT_CODE 1)
 add_library(autoexport SHARED hello.cxx world.cxx foo.c $<TARGET_OBJECTS:objlib>)
 
 add_executable(say say.cxx)

-----------------------------------------------------------------------

Summary of changes:
 Tests/RunCMake/AutoExportDll/AutoExport.cmake |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list