Skip to content

Commit

Permalink
Core (Build): Get ORC compiler executable path from pkg-config.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixiong committed Jan 15, 2025
1 parent c3e5d7b commit 5e423fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvisual/cmake/FindORC.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_CHECK_MODULES(ORC orc-0.4>=0.4.6 IMPORTED_TARGET)

FIND_PROGRAM(ORC_COMPILER_EXECUTABLE orcc)
PKG_GET_VARIABLE(ORC_COMPILER_EXECUTABLE orc-0.4 orcc)
MARK_AS_ADVANCED(ORC_COMPILER_EXECUTABLE)

INCLUDE(FindPackageHandleStandardArgs)
Expand Down

0 comments on commit 5e423fd

Please sign in to comment.