From 0c6798fc78a1864e0a354a30e862e78689f567b5 Mon Sep 17 00:00:00 2001 From: Xavrax Date: Thu, 23 Jan 2025 13:38:07 +0100 Subject: [PATCH] todos --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0788744..99a0356c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -338,7 +338,6 @@ endif () if (${USE_SYNC_API} AND ${USE_CALLBACK_API}) message(STATUS "Using runtime API selection") - # TODO: something is wrong with flags :c set(CMAKE_C_FLAGS "\ ${CMAKE_C_FLAGS} \ -D PUBNUB_NTF_RUNTIME_SELECTION")