Skip to content

Commit

Permalink
Buildsystem/Windows: Enable multihreaded compiling on MSVC > version …
Browse files Browse the repository at this point in the history
…7 (report issues if any) - thanks to Leak for the heads up

--HG--
branch : trunk
  • Loading branch information
click committed Aug 17, 2010
1 parent 66fcd52 commit a4af5d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -288,6 +288,8 @@ if( MSVC )
if(CMAKE_SIZEOF_VOID_P MATCHES 4)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /LARGEADDRESSAWARE")
endif()
# Multithreaded compiling on VS
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")
endif()

#
Expand Down

0 comments on commit a4af5d5

Please sign in to comment.