mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
solution folder flag disabled by default
This commit is contained in:
parent
69f28ef65c
commit
2935bb29e5
@ -37,7 +37,7 @@ macro(define_opencv_module name)
|
||||
SOVERSION ${OPENCV_SOVERSION}
|
||||
OUTPUT_NAME "${the_target}${OPENCV_DLLVERSION}"
|
||||
)
|
||||
if(SOLUTION_FOLDERS_ENABLED)
|
||||
if(ENABLE_SOLUTION_FOLDERS)
|
||||
set_target_properties(${the_target} PROPERTIES FOLDER "modules")
|
||||
endif()
|
||||
|
||||
@ -139,7 +139,7 @@ macro(define_opencv_module name)
|
||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/"
|
||||
)
|
||||
|
||||
if(SOLUTION_FOLDERS_ENABLED)
|
||||
if(ENABLE_SOLUTION_FOLDERS)
|
||||
set_target_properties(${the_target} PROPERTIES FOLDER "tests")
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user