Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 8822359

Browse files
author
Carlos Matos
committed
Fix CMakeLists OSX build issue
Can't find openscap library since post macOS 10.13 the standard path has been changed. This fix will use the full path to declare the location of the openscap library
1 parent a1b6f66 commit 8822359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ set(SCAP_WORKBENCH_INCLUDE_DIRS
119119

120120
set(SCAP_WORKBENCH_LINK_LIBRARIES
121121
Qt5::Widgets Qt5::XmlPatterns
122-
${OPENSCAP_LIBRARIES})
122+
${OPENSCAP_LINK_LIBRARIES})
123123

124124
# ---------- RPATHS for linking
125125

0 commit comments

Comments
 (0)