Skip to content

Commit 11dd21c

Browse files
committed
cmake: cleanup
1 parent b7bee67 commit 11dd21c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ message(STATUS "${PROJECT_NAME} version: ${PROJECT_VERSION}")
1111
#message(STATUS "minor: ${PROJECT_VERSION_MINOR}")
1212
#message(STATUS "patch: ${PROJECT_VERSION_PATCH}")
1313

14-
# Set max os target version.
15-
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
16-
1714
# Default Build Type to be Release
1815
get_property(isMultiConfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
1916
if(isMultiConfig)

0 commit comments

Comments
 (0)