You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
987 B

  1. Index: sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf/CMakeLists.txt
  2. ===================================================================
  3. --- sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf.orig/CMakeLists.txt
  4. +++ sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf/CMakeLists.txt
  5. @@ -280,7 +280,7 @@ install (FILES ${INTERNAL_YANGS} DESTINA
  6. # install NACM YANG module
  7. if(ENABLE_NACM)
  8. - INSTALL_YANG("ietf-netconf-acm" "@2012-02-22" "644")
  9. + # INSTALL_YANG("ietf-netconf-acm" "@2012-02-22" "644")
  10. endif(ENABLE_NACM)
  11. find_package(PkgConfig QUIET)
  12. @@ -304,9 +304,9 @@ if(WITH_SYSTEMD)
  13. FILES_MATCHING PATTERN "*.service")
  14. endif()
  15. -INSTALL_YANG("ietf-netconf-notifications" "" "666")
  16. -INSTALL_YANG("nc-notifications" "" "666")
  17. -INSTALL_YANG("notifications" "" "666")
  18. +# INSTALL_YANG("ietf-netconf-notifications" "" "666")
  19. +# INSTALL_YANG("nc-notifications" "" "666")
  20. +# INSTALL_YANG("notifications" "" "666")
  21. if(GEN_LANGUAGE_BINDINGS)
  22. add_subdirectory(swig)