- --- a/CMakeLists.txt
- +++ b/CMakeLists.txt
- @@ -310,7 +310,7 @@ install (FILES ${INTERNAL_YANGS} DESTINA
-
- # install NACM YANG module
- if(ENABLE_NACM)
- - INSTALL_YANG("ietf-netconf-acm" "@2018-02-14" "644")
- + #INSTALL_YANG("ietf-netconf-acm" "@2018-02-14" "644")
- endif(ENABLE_NACM)
-
- find_package(PkgConfig QUIET)
- @@ -334,9 +334,9 @@ if(WITH_SYSTEMD)
- FILES_MATCHING PATTERN "*.service")
- endif()
-
- -INSTALL_YANG("ietf-netconf-notifications" "" "666")
- -INSTALL_YANG("nc-notifications" "" "666")
- -INSTALL_YANG("notifications" "" "666")
- +#INSTALL_YANG("ietf-netconf-notifications" "" "666")
- +#INSTALL_YANG("nc-notifications" "" "666")
- +#INSTALL_YANG("notifications" "" "666")
-
- # uninstall
- add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_MODULE_PATH}/uninstall.cmake")
|