Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #53 from hyperum/patch-1
Browse files Browse the repository at this point in the history
Fixed message on static library build
  • Loading branch information
jkuhlmann committed Mar 28, 2018
2 parents e21b15f + a779c21 commit 4973ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (GAINPUT_BUILD_SHARED)
endif (GAINPUT_BUILD_SHARED)

if (GAINPUT_BUILD_STATIC)
message(STATUS "..Building shared libraries (-DGAINPUT_BUILD_STATIC=OFF to disable)")
message(STATUS "..Building static libraries (-DGAINPUT_BUILD_STATIC=OFF to disable)")
add_library(gainputstatic STATIC ${sources} ${mmsources})
set_target_properties(gainputstatic PROPERTIES DEBUG_POSTFIX -d FOLDER gainput)
set(install_libs ${install_libs} gainputstatic)
Expand Down

0 comments on commit 4973ae4

Please sign in to comment.