Skip to content

Commit

Permalink
[RFR] : refactor output name when in release
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Mar 14, 2024
1 parent 7ccacb7 commit 60d6867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if(NOT CMAKE_DEBUG_POSTFIX)
set(CMAKE_DEBUG_POSTFIX _Debug)
endif()
if(NOT CMAKE_RELEASE_POSTFIX)
set(CMAKE_RELEASE_POSTFIX _Release)
set(CMAKE_RELEASE_POSTFIX)
endif()
if(NOT CMAKE_MINSIZEREL_POSTFIX)
set(CMAKE_MINSIZEREL_POSTFIX _MinSizeRel)
Expand Down

0 comments on commit 60d6867

Please sign in to comment.