You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ option(ENABLE_CACHE "Enable data caching for schemas and hash tables for data (t
58
58
option(ENABLE_LATEST_REVISIONS "Enable reusing of latest revisions of schemas"ON)
59
59
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)
60
60
option(ENABLE_FUZZ_TARGETS "Build target programs suitable for fuzzing with AFL"OFF)
61
-
set(PLUGINS_DIR "${CMAKE_INSTALL_LIBDIR}/libyang"CACHESTRING"Directory with libyang plugins (extensions and user types)")
61
+
set(PLUGINS_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/libyang"CACHESTRING"Directory with libyang plugins (extensions and user types)")
0 commit comments