mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
411 B
14 lines
411 B
5 years ago
|
diff --git a/cmake/developer_package.cmake b/cmake/developer_package.cmake
|
||
|
index e59edb2..e42ac19 100644
|
||
|
--- a/cmake/developer_package.cmake
|
||
|
+++ b/cmake/developer_package.cmake
|
||
|
@@ -99,7 +99,7 @@ if(UNIX)
|
||
|
SET(LIB_DL ${CMAKE_DL_LIBS})
|
||
|
endif()
|
||
|
|
||
|
-set(OUTPUT_ROOT ${OpenVINO_MAIN_SOURCE_DIR})
|
||
|
+set(OUTPUT_ROOT ${CMAKE_BINARY_DIR})
|
||
|
|
||
|
# Enable postfixes for Debug/Release builds
|
||
|
set(IE_DEBUG_POSTFIX_WIN "d")
|