diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 13:26:49 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 13:26:49 +0200 | 
| commit | 7df3e936e1db5a23aa0bef804eec0e0af5f4ab65 (patch) | |
| tree | 5f4c266d22726feaeadd4d05285501d018251b03 /cmake | |
| parent | 812effa709a77485d1301540db9174df62afdf2d (diff) | |
cmake/mingw-w64: adjust path for my convenience only
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/mingw-w64.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/mingw-w64.cmake b/cmake/mingw-w64.cmake index 5589aa2f..248d795c 100644 --- a/cmake/mingw-w64.cmake +++ b/cmake/mingw-w64.cmake @@ -10,7 +10,7 @@ unset(c)  unset(e)  # specify the cross compiler  if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows") -    set(p P:/mingw-w64/i686-5.3.0-posix-dwarf-rt_v4-rev0/mingw32/bin/) +    set(p P:/mingw-w64/i686-6.1.0-posix-dwarf-rt_v5-rev0/mingw32/bin/)      set(e .exe)  endif()  set(c ${p}i686-w64-mingw32-)  | 
