File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ if(DEFINED ENV{VULKAN_SDK})
65
65
endif ()
66
66
67
67
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" )
68
- add_subdirectory (pstl pstl )
68
+ add_subdirectory (pstl pstl EXCLUDE_FROM_ALL )
69
69
endif ()
70
70
71
71
# SDL2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang") # only non-multi-generators and clang
7
7
set (PREVIOUS_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS} )
8
8
set (BUILD_SHARED_LIBS ON CACHE BOOL "" FORCE )
9
9
set (TBB_SANITIZE "" CACHE STRING "" FORCE )
10
- add_subdirectory (oneTBB oneTBB )
10
+ add_subdirectory (oneTBB oneTBB EXCLUDE_FROM_ALL )
11
11
12
12
if (PREVIOUS_BUILD_SHARED_LIBS )
13
13
set (BUILD_SHARED_LIBS ${PREVIOUS_BUILD_SHARED_LIBS} CACHE BOOL "" FORCE )
You can’t perform that action at this time.
0 commit comments