Skip to content

Commit

Permalink
whitespace, as requested.
Browse files Browse the repository at this point in the history
  • Loading branch information
learn_more committed Apr 14, 2015
1 parent c85e3c3 commit 455fa06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ if (CAPSTONE_BUILD_SHARED)
set_property(TARGET capstone-shared PROPERTY OUTPUT_NAME capstone)
set_property(TARGET capstone-shared PROPERTY COMPILE_FLAGS -DCAPSTONE_SHARED)

if(MSVC)
if (MSVC)
set_target_properties(capstone-shared PROPERTIES IMPORT_SUFFIX _dll.lib)
endif()
endif ()

if(NOT DEFINED default-target) # honor `capstone-static` for tests first.
set(default-target capstone-shared)
Expand Down

0 comments on commit 455fa06

Please sign in to comment.