1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

solution folder flag disabled by default

This commit is contained in:
Anatoly Baksheev
2011-05-17 09:40:06 +00:00
parent 7b2e39a3f9
commit 69f28ef65c
18 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ set_target_properties(${the_target} PROPERTIES
LINK_INTERFACE_LIBRARIES ""
)
if(SOLUTION_FOLDERS_ENABLED)
if(ENABLE_SOLUTION_FOLDERS)
set_target_properties(${the_target} PROPERTIES FOLDER "modules")
endif()