Skip to content

Commit

Permalink
Merge pull request #2 from nevack/post-2.1.12-transmission
Browse files Browse the repository at this point in the history
Fix CMake configurations for Transmission.
  • Loading branch information
mikedld committed Apr 26, 2021
2 parents b4be476 + d748299 commit e91a51e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -39,7 +39,8 @@ string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)

# get rid of the extra default configurations
# what? why would you get id of other useful build types? - Ellzey
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "Limited configurations" FORCE)
# Transmission - we need all configurations
# set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "Limited configurations" FORCE)

set(EVENT__LIBRARY_TYPE DEFAULT CACHE STRING
"Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)")
Expand Down

0 comments on commit e91a51e

Please sign in to comment.