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.

24 lines
794 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -310,7 +310,7 @@ install (FILES ${INTERNAL_YANGS} DESTINA
  4. # install NACM YANG module
  5. if(ENABLE_NACM)
  6. - INSTALL_YANG("ietf-netconf-acm" "@2018-02-14" "644")
  7. + #INSTALL_YANG("ietf-netconf-acm" "@2018-02-14" "644")
  8. endif(ENABLE_NACM)
  9. find_package(PkgConfig QUIET)
  10. @@ -334,9 +334,9 @@ if(WITH_SYSTEMD)
  11. FILES_MATCHING PATTERN "*.service")
  12. endif()
  13. -INSTALL_YANG("ietf-netconf-notifications" "" "666")
  14. -INSTALL_YANG("nc-notifications" "" "666")
  15. -INSTALL_YANG("notifications" "" "666")
  16. +#INSTALL_YANG("ietf-netconf-notifications" "" "666")
  17. +#INSTALL_YANG("nc-notifications" "" "666")
  18. +#INSTALL_YANG("notifications" "" "666")
  19. # uninstall
  20. add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_MODULE_PATH}/uninstall.cmake")