Skip to content

Commit

Permalink
Removed unnecessary elseif branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bihlerben committed Feb 7, 2014
1 parent 2d2fd51 commit 9cd80ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,6 @@ if(WIN32)
if(MSVC) # The compiler used is MSVC
message(STATUS "Found MSVC compiler: ${MSVC} ${MSVC_VERSION}")
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin/)
elseif (BORLAND) # The compiler used is BORLAND
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/win${BIT}/bin/${CMAKE_BUILD_TYPE})
else()
IF (MINGW)
message(STATUS "Found MINGW compiler: ${MINGW}")
Expand Down

0 comments on commit 9cd80ae

Please sign in to comment.