Skip to content

Commit

Permalink
CMakeLists.txt: Remove 'set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY ON)'
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed Jul 28, 2023
1 parent 8ba0a2b commit f6e0712
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ add_subdirectory(MetalMockTests)

set(CMAKE_CONFIGURATION_TYPES "Debug;RelWithDebInfo")

# Allows ZenUnit.h and MetalMock.h to be installed instantly without first building the test projects
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY ON)

if(UNIX AND NOT APPLE)
include(ProcessorCount)
ProcessorCount(numberOfThreads)
Expand Down

0 comments on commit f6e0712

Please sign in to comment.