diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-02-18 18:35:09 +0100 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-02-18 18:35:09 +0100 |
commit | f4eb81006930f3d2fe944298b63bb546f0ee3e9f (patch) | |
tree | a7ba766d6d3f126204bfed0dcb31ddef71ea10ed /cmake/Toolchain_mingw32.cmake | |
parent | 13eee814c9d9e5c7b4cf0e0f55c23951fec443f2 (diff) | |
download | egawk-f4eb81006930f3d2fe944298b63bb546f0ee3e9f.tar.gz egawk-f4eb81006930f3d2fe944298b63bb546f0ee3e9f.tar.bz2 egawk-f4eb81006930f3d2fe944298b63bb546f0ee3e9f.zip |
Testing, documentation, gettext and bison only on UNIX-based systems.
Diffstat (limited to 'cmake/Toolchain_mingw32.cmake')
-rw-r--r-- | cmake/Toolchain_mingw32.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Toolchain_mingw32.cmake b/cmake/Toolchain_mingw32.cmake index 8f1d2fbd..bb885f2f 100644 --- a/cmake/Toolchain_mingw32.cmake +++ b/cmake/Toolchain_mingw32.cmake @@ -12,7 +12,7 @@ SET(CMAKE_RC_COMPILER /usr/bin/i686-w64-mingw32-windres) # here is the target environment located # Settings for Ubuntu 12.04.1 LTS -SET(CMAKE_FIND_ROOT_PATH /usr/i686-w64-mingw32 /usr/i686-w64-mingw32/include) +SET(CMAKE_FIND_ROOT_PATH /usr/i686-w64-mingw32) # adjust the default behaviour of the FIND_XXX() commands: # search headers and libraries in the target environment, search |