mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
solution folder flag disabled by default
This commit is contained in:
Vendored
+1
-1
@@ -32,7 +32,7 @@ set_target_properties(${the_target}
|
||||
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/3rdparty/lib"
|
||||
)
|
||||
|
||||
if(SOLUTION_FOLDERS_ENABLED)
|
||||
if(ENABLE_SOLUTION_FOLDERS)
|
||||
set_target_properties(${the_target} PROPERTIES FOLDER "3rdparty")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user