From 305937332a0e82fa19314dfa143cf4b9c056c511 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 24 Jun 2011 03:51:02 +0000 Subject: Do not run libtool_create_control_file() on Windows. Windows does not like it. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4530 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/Xregion/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/Xregion') diff --git a/common/Xregion/CMakeLists.txt b/common/Xregion/CMakeLists.txt index 4cc4f0dd..40ca97e4 100644 --- a/common/Xregion/CMakeLists.txt +++ b/common/Xregion/CMakeLists.txt @@ -1,4 +1,6 @@ add_library(Xregion STATIC Region.c) -libtool_create_control_file(Xregion) +if(UNIX) + libtool_create_control_file(Xregion) +endif() -- cgit v1.2.3