projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f676ca6
)
added parallel build for visual studio
author
Andrey Morozov
<no@email>
Wed, 18 Aug 2010 08:16:42 +0000
(08:16 +0000)
committer
Andrey Morozov
<no@email>
Wed, 18 Aug 2010 08:16:42 +0000
(08:16 +0000)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
a752b2d
..
2d30d92
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-42,6
+42,7
@@
cmake_minimum_required(VERSION 2.4)
\r
if(MSVC)
\r
set(CMAKE_USE_RELATIVE_PATHS ON CACHE INTERNAL "" FORCE)
\r
+ set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} /MP)
\r
endif()
\r
\r
#set(CMAKE_C_COMPILER "/opt/BullseyeCoverage/bin/gcc")
\r