-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "fix compatibility with linux"
This reverts commit e62eaea.
- Loading branch information
1 parent
e62eaea
commit 3dbe513
Showing
4 changed files
with
2 additions
and
7 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 |
---|---|---|
|
@@ -21,5 +21,4 @@ remote = [] | |
metal = [] | ||
dx = [] | ||
oidn = [] | ||
wayland = [] | ||
|
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
cmake_minimum_required(VERSION 3.15) | ||
project(dummy_orc_eh) | ||
|
||
add_library(dummy_orc_eh STATIC dummy_orc_eh.cc) | ||
set_property(TARGET dummy_orc_eh PROPERTY POSITION_INDEPENDENT_CODE ON) | ||
add_library(dummy_orc_eh SHARED dummy_orc_eh.cc) |