mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
[+] added use_folders cmake feature if cmake version is greater then 2.8.0
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
This commit is contained in:
@@ -46,6 +46,10 @@ set_target_properties(${the_target} PROPERTIES
|
||||
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib/"
|
||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/"
|
||||
)
|
||||
|
||||
if(SOLUTION_FOLDERS_ENABLED)
|
||||
set_target_properties(${the_target} PROPERTIES FOLDER "modules")
|
||||
endif()
|
||||
|
||||
if (MSVC)
|
||||
set_target_properties(${the_target} PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user