Skip to content

Commit ef589b4

Browse files
committed
set CMAKE_OSX_DEPLOYMENT_TARGET before initial toolchain initialization
1 parent acd1d0b commit ef589b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(node_window_rendering)
32

43
if(APPLE)
54
if (NOT CMAKE_OSX_ARCHITECTURES)
@@ -14,6 +13,8 @@ if(APPLE)
1413
endif()
1514
endif()
1615

16+
project(node_window_rendering)
17+
1718
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
1819

1920
#############################

0 commit comments

Comments
 (0)