diff options
Diffstat (limited to 'src/ipcpd/local/CMakeLists.txt')
| -rw-r--r-- | src/ipcpd/local/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ipcpd/local/CMakeLists.txt b/src/ipcpd/local/CMakeLists.txt index 08abff57..f661e9ae 100644 --- a/src/ipcpd/local/CMakeLists.txt +++ b/src/ipcpd/local/CMakeLists.txt @@ -31,4 +31,6 @@ endif () install(TARGETS ipcpd-local RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR}) # Enable once ipcp-local has tests -# add_subdirectory(tests) +# if(BUILD_TESTS) +# add_subdirectory(tests) +# endif () |
