Skip to content

Commit 5b5f394

Browse files
committed
Use correct include_dir names that come out of find std args.
1 parent 770d074 commit 5b5f394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/Modules/FindLibJuice.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ if (NOT TARGET LibJuice::LibJuice)
99
add_library(LibJuice::LibJuice UNKNOWN IMPORTED)
1010
set_target_properties(LibJuice::LibJuice PROPERTIES
1111
IMPORTED_LOCATION "${JUICE_LIBRARY}"
12-
INTERFACE_INCLUDE_DIRECTORIES "${JUICE_INCLUDE_DIRS}"
13-
INTERFACE_LINK_LIBRARIES "${JUICE_LIBRARIES}"
12+
INTERFACE_INCLUDE_DIRECTORIES "${JUICE_INCLUDE_DIR}"
13+
INTERFACE_LINK_LIBRARIES "${JUICE_LIBRARY}"
1414
IMPORTED_LINK_INTERFACE_LANGUAGES "C")
1515
endif ()
1616
endif ()

0 commit comments

Comments
 (0)