diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-28 19:19:35 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-28 19:19:35 +0200 |
commit | e2c966c8c936923435edc76e5f35b5e9b59a7194 (patch) | |
tree | 7ed9c13be13c3b0970fe507416fcb3be798ab4e7 /src/ipcpd/local | |
parent | 97c1341690d998ef8d24abec5b83d6b03e312e0d (diff) | |
download | ouroboros-e2c966c8c936923435edc76e5f35b5e9b59a7194.tar.gz ouroboros-e2c966c8c936923435edc76e5f35b5e9b59a7194.zip |
build: fixed typo in ipcpd/local/
Diffstat (limited to 'src/ipcpd/local')
-rw-r--r-- | src/ipcpd/local/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/local/CMakeLists.txt b/src/ipcpd/local/CMakeLists.txt index c71bbbd1..4d05d474 100644 --- a/src/ipcpd/local/CMakeLists.txt +++ b/src/ipcpd/local/CMakeLists.txt @@ -28,5 +28,5 @@ endif (CMAKE_BUILD_TYPE MATCHES Debug) install(TARGETS ipcpd-local RUNTIME DESTINATION bin) -# Enable once ipcp-shim-udp has tests +# Enable once ipcp-local has tests # add_subdirectory(tests) |