aboutsummaryrefslogtreecommitdiffstats
path: root/common/os/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2023-01-04 19:24:34 +0100
committerPierre Ossman <ossman@cendio.se>2023-01-05 16:43:34 +0100
commit03ca97526bf838fe3fe65087ae32b01a64093975 (patch)
tree5591516fcdfe8c9315488977ce8710491f8ef20c /common/os/CMakeLists.txt
parent21c57423ae4a3de32c359086ac91c12c5fe0de71 (diff)
downloadtigervnc-03ca97526bf838fe3fe65087ae32b01a64093975.tar.gz
tigervnc-03ca97526bf838fe3fe65087ae32b01a64093975.zip
Remove old mingw compatibility code
This isn't needed with modern build environments, and can even conflict with them.
Diffstat (limited to 'common/os/CMakeLists.txt')
-rw-r--r--common/os/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/os/CMakeLists.txt b/common/os/CMakeLists.txt
index 7644341a..e93c74b5 100644
--- a/common/os/CMakeLists.txt
+++ b/common/os/CMakeLists.txt
@@ -3,7 +3,6 @@ include_directories(${CMAKE_SOURCE_DIR}/common)
add_library(os STATIC
Mutex.cxx
Thread.cxx
- w32tiger.c
os.cxx)
if(UNIX)