Skip to content

Commit fd711c9

Browse files
Pavel V Chupinkbenzie
authored andcommitted
Add dummy files to fix FetchContent issues
If other project (e.g. DPC++) is trying to fetch unified_runtime repo it fails due to cmake errors. In DPC++ we currently need includes only so actuall content of these files doesn't matter today.
1 parent 01084aa commit fd711c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

source/zer_api.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Placeholder to fix FetchContent issues for projects from outside

third_party/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Placeholder to fix FetchContent issues for projects from outside

0 commit comments

Comments
 (0)