diff options
author | Brad King <brad.king@kitware.com> | 2016-03-18 13:43:18 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-03-18 13:43:18 (GMT) |
commit | b7eb7e0f78f37b6a7dfc6f9f300286472b7f3499 (patch) | |
tree | 11b564ce8c20feca4c5e1a40f2a060055ca941e9 /Source | |
parent | 66d146431d62ac6c2ff83fcb504638cfd88248a7 (diff) | |
parent | 7b990e82c523772e8e40911812e6f896c0529e84 (diff) | |
download | CMake-b7eb7e0f78f37b6a7dfc6f9f300286472b7f3499.zip CMake-b7eb7e0f78f37b6a7dfc6f9f300286472b7f3499.tar.gz CMake-b7eb7e0f78f37b6a7dfc6f9f300286472b7f3499.tar.bz2 |
Merge topic 'cmake-gui-osx-identifier'
7b990e82 cmake-gui: Populate CFBundleIdentifier in our Info.plist file (#16023)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/QtDialog/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt index f17de5d..a906f4a 100644 --- a/Source/QtDialog/CMakeLists.txt +++ b/Source/QtDialog/CMakeLists.txt @@ -173,6 +173,7 @@ if(APPLE) MACOSX_BUNDLE_SHORT_VERSION_STRING "${CMAKE_BUNDLE_VERSION}" # TBD: MACOSX_BUNDLE_BUNDLE_VERSION "${CMAKE_BUNDLE_VERSION}" MACOSX_BUNDLE_COPYRIGHT "${copyright_line}" + MACOSX_BUNDLE_GUI_IDENTIFIER "org.cmake.cmake" ) # Create a symlink in the build tree to provide a "cmake-gui" next |