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
449 B
14 lines
449 B
5 years ago
|
diff --git a/cmake/developer_package.cmake b/cmake/developer_package.cmake
|
||
|
index bed73503..5124795a 100644
|
||
|
--- a/cmake/developer_package.cmake
|
||
|
+++ b/cmake/developer_package.cmake
|
||
|
@@ -137,7 +137,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "")
|
||
|
set(CMAKE_BUILD_TYPE "Release")
|
||
|
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")
|