Commit 3a33c63 1 parent ee3dd70 commit 3a33c63 Copy full SHA for 3a33c63
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ endif()
17
17
set (CMAKE_CXX_STANDARD 14)
18
18
set (CMAKE_CXX_STANDARD_REQUIRED ON )
19
19
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG -D_DEBUG -DFEATURE_ASSERTS_ENABLED" )
20
- set (CMAKE_OSX_DEPLOYMENT_TARGET 10.11 )
20
+ set (CMAKE_OSX_DEPLOYMENT_TARGET 10.13 )
21
21
22
22
if (WIN32 )
23
23
# Define _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to disable the warnings in the current version of Google Test (1.8.0)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project (GLTFSDK.TestUtils)
4
4
set (CMAKE_CXX_STANDARD 14)
5
5
set (CMAKE_CXX_STANDARD_REQUIRED ON )
6
6
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG -D_DEBUG -DFEATURE_ASSERTS_ENABLED" )
7
- set (CMAKE_OSX_DEPLOYMENT_TARGET 10.11 )
7
+ set (CMAKE_OSX_DEPLOYMENT_TARGET 10.13 )
8
8
9
9
add_library (GLTFSDK.TestUtils INTERFACE IMPORTED GLOBAL )
10
10
set_target_properties (GLTFSDK.TestUtils PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_LIST_DIR} " )
You can’t perform that action at this time.
0 commit comments