Skip to content

Commit

Permalink
cmake: Remove not needed include.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweig committed Oct 12, 2023
1 parent b25cc73 commit bef33a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ function(xpu_create_subproject Library DriverType UnitySrcAbsolute)
endfunction()

function(xpu_attach Library)
include(ExternalProject)

set(DeviceSrcs "${ARGN}")
set(UnitySrc "${Library}_Unity.cpp")
set(UnitySrcAbsolute "${CMAKE_CURRENT_BINARY_DIR}/${UnitySrc}")
Expand Down

0 comments on commit bef33a1

Please sign in to comment.