Skip to content

Commit a34e230

Browse files
committed
Revert "build BUGFIX correct plugins path"
This reverts commit 86d63eb.
1 parent c51f7b9 commit a34e230

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
@@ -58,7 +58,7 @@ option(ENABLE_CACHE "Enable data caching for schemas and hash tables for data (t
5858
option(ENABLE_LATEST_REVISIONS "Enable reusing of latest revisions of schemas" ON)
5959
option(ENABLE_LYD_PRIV "Add a private pointer also to struct lyd_node (data node structure), just like in struct lys_node, for arbitrary user data" OFF)
6060
option(ENABLE_FUZZ_TARGETS "Build target programs suitable for fuzzing with AFL" OFF)
61-
set(PLUGINS_DIR "${CMAKE_INSTALL_LIBDIR}/libyang" CACHE STRING "Directory with libyang plugins (extensions and user types)")
61+
set(PLUGINS_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/libyang" CACHE STRING "Directory with libyang plugins (extensions and user types)")
6262

6363
if(ENABLE_CACHE)
6464
set(LY_ENABLED_CACHE 1)

0 commit comments

Comments
 (0)