]> source.dussan.org Git - tigervnc.git/commit
Fix windows build with -DCMAKE_BUILD_TYPE=Debug on machines with IActiveDesktop 638/head
authorPeter Åstrand (astrand) <astrand@cendio.se>
Mon, 23 Apr 2018 08:30:30 +0000 (10:30 +0200)
committerPeter Åstrand (astrand) <astrand@cendio.se>
Wed, 2 May 2018 13:51:57 +0000 (15:51 +0200)
commitf6ebe21f6caa6e99f984c19e0ac370aa7f79b542
treeda5aca6317cf1f01d8c40ba66f9fa181a1345d25
parent454ed79428862c7227c7ea691182dd894bea2a33
Fix windows build with -DCMAKE_BUILD_TYPE=Debug on machines with IActiveDesktop

Avoid that the check_c_source_compiles tests fails due to unused
variables, since Debug adds -Werror.
CMakeLists.txt