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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ set(MAX_PSPOLL_THREAD_COUNT 6 CACHE STRING "Maximum number of threads that could
100
100
set(TIMEOUT_STEP 100 CACHESTRING"Number of microseconds tasks are repeated until timeout elapses")
101
101
set(YANG_MODULE_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/yang/modules/libnetconf2"CACHESTRING"Directory where to copy the YANG modules to")
102
102
set(CLIENT_SEARCH_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/yang/modules"CACHESTRING"Default NC client YANG module search directory")
103
+
set(UNIX_SOCKET_DIR "/tmp"CACHEPATH"Base directory for UNIX sockets")
0 commit comments