Skip to content

Commit

Permalink
Revert "build BUGFIX correct plugins path"
Browse files Browse the repository at this point in the history
This reverts commit 86d63eb.
  • Loading branch information
michalvasko committed Dec 10, 2019
1 parent c51f7b9 commit a34e230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ option(ENABLE_CACHE "Enable data caching for schemas and hash tables for data (t
option(ENABLE_LATEST_REVISIONS "Enable reusing of latest revisions of schemas" ON)
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)
option(ENABLE_FUZZ_TARGETS "Build target programs suitable for fuzzing with AFL" OFF)
set(PLUGINS_DIR "${CMAKE_INSTALL_LIBDIR}/libyang" CACHE STRING "Directory with libyang plugins (extensions and user types)")
set(PLUGINS_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/libyang" CACHE STRING "Directory with libyang plugins (extensions and user types)")

if(ENABLE_CACHE)
set(LY_ENABLED_CACHE 1)
Expand Down

0 comments on commit a34e230

Please sign in to comment.