diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-29 18:58:40 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-29 18:58:40 +0100 |
commit | 9606a181c86e5b8c24ff9f843f8335d6fdb0ee7c (patch) | |
tree | ebac8a650835c150a5c9709ef353b49c8b01d51d | |
parent | 0f02e51f0b1be11c1a2eabb28d5513fba8e9dfdd (diff) |
fix problem in the last commit
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cd744a8f..420114bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") endif() if(CMAKE_COMPILER_IS_GNUCXX) - if(MINGW32) + if(MINGW) set(version-script mingw) else() set(version-script posix) |