From 37f9ba73922ededad3ef963e901379f43407fabf Mon Sep 17 00:00:00 2001 From: Sergey Naumov Date: Sat, 17 Sep 2016 17:40:39 +0300 Subject: [PATCH] CMakeLists.txt fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1dbfee..a34c5e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ target_compile_definitions(i3ipc++ PRIVATE I3IPC_BUILD_DATETIME="${I3IPCppBUILD_DATETIME}" ) -if (CMAKE_BUILD_TYPE EQUAL "DEBUG") +if (CMAKE_BUILD_TYPE STREQUAL "DEBUG") target_compile_options(i3ipc++ PUBLIC -g3 )