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()