Skip to content

Commit 2360ba9

Browse files
committed
cleanup
1 parent bbc3add commit 2360ba9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/gpu.cmake")
2424

2525
add_library(gpud SHARED gpu.hpp)
2626
set_target_properties(gpud PROPERTIES LINKER_LANGUAGE CXX)
27-
target_link_libraries(gpud PRIVATE gpu)
27+
target_link_libraries(gpud PRIVATE gpu)

cmake/gpu.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Build shared libraries" FORCE)
4141

4242

4343
# Fetch Setup
44+
# Add a commit hash to pin the version of Dawn.
45+
# git fetch --depth=1 url <commit hash>
4446
FetchContent_Declare(
4547
dawn
4648
DOWNLOAD_COMMAND

0 commit comments

Comments
 (0)