diff options
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 |