-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #423 ### Summarize your change. Have removed the blocking of trying to build on non-RHEL distro and changed to only use lib64 on RHEL distros. ### Describe the reason for the change. Unable to build on eg. Ubuntu ### Describe what you have tested and on which operating system. Have tested with Ubuntu 20.04 using a custom build of Qt5 (and rest is standard repo packages) ### Add a list of changes, and note any that might need special attention during the review. Have not (yet) tested on a RHEL distro, but have made changes that differentiate between RHEL and non-RHEL Linux distros --------- Signed-off-by: Jimmy Christensen <[email protected]> Co-authored-by: Bernard Laberge <[email protected]>
- Loading branch information
1 parent
3ec54d2
commit 9844fa4
Showing
9 changed files
with
16 additions
and
12 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
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
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
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ ELSE() | |
) | ||
ENDIF() | ||
|
||
IF(RV_TARGET_LINUX) | ||
IF(RHEL_VERBOSE) | ||
SET(_lib_dir | ||
${RV_DEPS_OCIO_DIST_DIR}/lib64 | ||
) | ||
|
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