Skip to content

Commit 0637040

Browse files
committed
Merge branch 'master' of github.com:sandialabs/InterSpec
2 parents 16c819c + adcc74b commit 0637040

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

target/osx/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ set(BUILD_AS_OSX_APP ON CACHE INTERNAL "Build a OSX native app" )
66
set(USE_OSX_NATIVE_MENU ON CACHE INTERNAL "Use macOS native menu-system" )
77
set(USE_SPECRUM_FILE_QUERY_WIDGET ON CACHE INTERNAL "Enable spectrum file query widget" )
88
set(TRY_TO_STATIC_LINK ON CACHE INTERNAL "Try to statically link" )
9-
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE INTERNAL "Set OSX deployment target to 10.12" )
9+
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE INTERNAL "Set OSX deployment target to 10.13" )
10+
set(USE_REL_ACT_TOOL ON CACHE INTERNAL "Enable Rel. Act. Tools" )
1011

1112
add_subdirectory( ${CMAKE_CURRENT_SOURCE_DIR}/../../ InterSpecLib )
1213

@@ -20,7 +21,7 @@ SET(MACOSX_BUNDLE_BUNDLE_VERSION "0" )
2021
SET(MACOSX_BUNDLE_COPYRIGHT "Sandia National Labs, Will Johnson" )
2122
SET(MACOSX_BUNDLE_GUI_IDENTIFIER "gov.sandia.macOS.InterSpec" )
2223
#set MACOS_BUNDLE_VERSION_NUMBER for Info.plist.template to populate corresponding value in Xcode
23-
set(MACOS_BUNDLE_VERSION_NUMBER 37)
24+
set(MACOS_BUNDLE_VERSION_NUMBER 39)
2425

2526

2627
SET( ${PRODUCT_NAME} "InterSpec" )

0 commit comments

Comments
 (0)