-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
223 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 6c7956b4c..633fb6f72 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -205,6 +205,7 @@ option(BUILD_TESTING "Enable building of the test suite?" ON) | ||
if(EXISTS "$ENV{HOME}/.steam/root") | ||
set(XRT_HAVE_STEAM YES) | ||
endif() | ||
+set(XRT_HAVE_STEAM YES) | ||
|
||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux") | ||
set(XRT_HAVE_INTERNAL_HID ON) | ||
|
Oops, something went wrong.