mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
solution folder flag disabled by default
This commit is contained in:
@@ -35,7 +35,7 @@ set_target_properties(${the_target} PROPERTIES
|
||||
INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib"
|
||||
OUTPUT_NAME "opencv_traincascade")
|
||||
|
||||
if(SOLUTION_FOLDERS_ENABLED)
|
||||
if(ENABLE_SOLUTION_FOLDERS)
|
||||
set_target_properties(${the_target} PROPERTIES FOLDER "applications")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user