[cmake] do not always build client-common
if -DWITH_CLIENT_COMMON=OFF ignore building common subdirectory
This commit is contained in:
parent
62b6c98393
commit
667f7e6f0d
@ -17,7 +17,9 @@
|
||||
|
||||
# Clients
|
||||
|
||||
add_subdirectory(common)
|
||||
if(WITH_CLIENT_COMMON)
|
||||
add_subdirectory(common)
|
||||
endif()
|
||||
|
||||
if(FREERDP_VENDOR AND WITH_CLIENT)
|
||||
if(WIN32 AND NOT UWP)
|
||||
|
Loading…
Reference in New Issue
Block a user