]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
Fix snapshot builds
authorElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 16 Jul 2021 13:58:33 +0000 (15:58 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 16 Jul 2021 13:58:33 +0000 (15:58 +0200)
src/CMakeLists.txt

index 3b47dd7ad912bb3935ba5128a5fb0eddb17f841e..78673209f5a09143944dea544aebe199eafabba8 100644 (file)
@@ -87,6 +87,6 @@ target_link_libraries(DragonblocksServer
        sqlite3
 )
 
-if (CMAKE_BUILD_TYPE EQUAL "Release")
+if (CMAKE_BUILD_TYPE STREQUAL "Release")
        add_compile_definitions(RELEASE)
 endif()