Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwilliams committed Oct 21, 2016
1 parent 2816275 commit 9e1c0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/shared.cmake
Expand Up @@ -4,7 +4,7 @@ set (DYNINST_PATCH_VERSION 0)

# Debugging
set(Boost_DEBUG 1)
add_defines(-DBOOST_LIB_DIAGNOSTIC)
add_definitions(-DBOOST_LIB_DIAGNOSTIC)
set (SOVERSION "${DYNINST_MAJOR_VERSION}.${DYNINST_MINOR_VERSION}")
set (LIBVERSION "${SOVERSION}.${DYNINST_PATCH_VERSION}")
set (DYNINST_VERSION "${LIBVERSION}")
Expand Down

0 comments on commit 9e1c0d2

Please sign in to comment.