mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
libfreerdp: always build "MONOLITHIC"
"libfreerdp" consisted of multiple (small) single libraries. If the cmake option MONOLITHIC was used only one library was build combining all of the libfreerdp-* libraries. The only exceptions to this are libfreerdp-server and libfreerdp-client these are build as separate libraries. This commit obsoltes non-monolithic builds and makes monolithic builds the default. The cmake option MONOLITHIC is also removed.
This commit is contained in:
@@ -28,13 +28,6 @@ enable_cmake_compat(2.8.6)
|
||||
enable_cmake_compat(2.8.3)
|
||||
enable_cmake_compat(2.8.2)
|
||||
|
||||
# If MONOLITHIC_BUILD is used with cmake < 2.8.8 build fails
|
||||
if (MONOLITHIC_BUILD)
|
||||
if(${CMAKE_VERSION} VERSION_LESS 2.8.8)
|
||||
message(FATAL_ERROR "CMAKE version >= 2.8.8 required for MONOLITHIC_BUILD")
|
||||
endif()
|
||||
endif(MONOLITHIC_BUILD)
|
||||
|
||||
# GetGitRevisionDescription requires FindGit which was added in version 2.8.2
|
||||
# build won't fail but GIT_REVISION is set to n/a
|
||||
if(${CMAKE_VERSION} VERSION_LESS 2.8.2)
|
||||
|
||||
Reference in New Issue
Block a user