fix [build]: don't export rdp2tcp as cmake target
authorBernhard Miklautz <bernhard.miklautz@thincast.com>
Wed, 13 Nov 2019 13:51:27 +0000 (14:51 +0100)
committerakallabeth <akallabeth@users.noreply.github.com>
Wed, 13 Nov 2019 15:11:46 +0000 (16:11 +0100)
commitf95e347e9c709b1ce4cacf901c0f6bd300a0271b
tree8159b6ef8a555423235ff68d5468736b9ea7746b
parent3a1d72db23433135c7b27f43cd29ab1d18ad0300
fix [build]: don't export rdp2tcp as cmake target

rdp2tcp was wrongly exposed as cmake target. This could lead to errors
like the following when the FreeRDP2 cmake file was required:

CMake Error at ../lib/cmake/FreeRDP2/FreeRDPTargets.cmake:73 (message):

  The imported target "rdp2tcp-client" references the file
     ".../lib/freerdp2/librdp2tcp-client.a"
  but this file does not exist.  Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
     ".../lib/cmake/FreeRDP2/FreeRDPTargets.cmake"
  but not all the files it references.
channels/rdp2tcp/client/CMakeLists.txt