From 55b368183c08b11913cfb346650958f1e03a715b Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 13 May 2010 11:38:19 -0500 Subject: [PATCH] Remove 'wincompat.h' from CMake scripts to let it build again --- Source/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 5363642..115134e 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -91,8 +91,7 @@ set(LUGARU_H nommgr.h pack_private.h private.h - unpack_private.h - wincompat.h) + unpack_private.h) if(CMAKE_HOST_APPLE) set(LUGARU_SRCS -- 2.39.5