Skip to content

Commit

Permalink
add "d" to debug library on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Mar 12, 2019
1 parent 5603166 commit 42bb054
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ endif()

set(BEHAVIOR_TREE_LIBRARY ${PROJECT_NAME})

if(MSVC)
set(CMAKE_DEBUG_POSTFIX d)
endif()

# Update the policy setting to avoid an error when loading the ament_cmake package
# at the current cmake version level
if(POLICY CMP0057)
Expand Down

0 comments on commit 42bb054

Please sign in to comment.