From b7e3bc7cefff745c0264f0dde958cac740e9b027 Mon Sep 17 00:00:00 2001 From: "U-olece-PC\\olece" Date: Fri, 21 Aug 2015 11:15:34 +0200 Subject: [PATCH] Now installs to /usr/local/bin on Cygwin. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8f69c3..10c3e08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8.4) set(project_name clangmm) project(${project_name}) if(CYGWIN) - set(library_path "/usr/bin/") + set(library_path "/usr/local/bin/") else() set(library_path "/usr/local/lib/") endif()