diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 181359f2..70003301 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -60,7 +60,6 @@ endif() qt_standard_project_setup() qt_add_executable(${PROJECT} MANUAL_FINALIZATION) -# TODO error in there if(WIN32 OR (APPLE AND NOT IOS AND NOT MACOS_NE) OR (LINUX AND NOT ANDROID)) message("Run this block when MACOS_NE is not defined or set to FALSE") qt_add_repc_replicas(${PROJECT} ${CMAKE_CURRENT_LIST_DIR}/../ipc/ipc_interface.rep)