Commit 8fb5592 1 parent b7edcf6 commit 8fb5592 Copy full SHA for 8fb5592
File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
include_guard ()
2
2
include (ExternalProject)
3
3
4
+ message ("CMAKE_OSX_DEPLOYMENT_TARGET: ${CMAKE_OSX_DEPLOYMENT_TARGET} " )
5
+ if (DEFINED CMAKE_OSX_DEPLOYMENT_TARGET)
6
+ message ("defined" )
7
+ endif ()
8
+ if (CMAKE_OSX_DEPLOYMENT_TARGET)
9
+ message ("true" )
10
+ endif ()
11
+
4
12
if (MSVC )
5
13
set (BLST_BUILD_SCRIPT build .bat)
6
14
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" )
@@ -24,8 +32,8 @@ ExternalProject_Add(
24
32
BUILD_COMMAND ${BLST_BUILD_SCRIPT}
25
33
BUILD_IN_SOURCE TRUE
26
34
BUILD_BYPRODUCTS "<SOURCE_DIR>/${CMAKE_STATIC_LIBRARY_PREFIX} blst${CMAKE_STATIC_LIBRARY_SUFFIX} "
27
- LOG_BUILD TRUE
28
- LOG_OUTPUT_ON_FAILURE TRUE
35
+ # LOG_BUILD TRUE
36
+ # LOG_OUTPUT_ON_FAILURE TRUE
29
37
INSTALL_COMMAND ""
30
38
)
31
39
ExternalProject_Get_Property(blst SOURCE_DIR)
You can’t perform that action at this time.
0 commit comments