[ATL] CMakeLists.txt: Use a bare endif() (#3523)
authorSerge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
Wed, 10 Mar 2021 23:38:04 +0000 (00:38 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Mar 2021 23:38:04 +0000 (08:38 +0900)
Addendum to 98203ce.

sdk/lib/atl/CMakeLists.txt

index d8d4c14..000bd02 100644 (file)
@@ -2,7 +2,7 @@
 add_library(atl_classes INTERFACE)
 if(DBG)
     target_compile_definitions(atl_classes INTERFACE _DEBUG)
-endif(DBG)
+endif()
 
 target_include_directories(atl_classes INTERFACE
     $<$<COMPILE_LANGUAGE:CXX>:${CMAKE_CURRENT_SOURCE_DIR}>)