[CMAKE/MSVC] It makes sense nowadays to enable the folder structure by default. Old express editions users, please disable it locally ;)

svn path=/trunk/; revision=70163
This commit is contained in:
Amine Khaldi 2015-11-27 21:46:54 +00:00
parent 26e88a8761
commit d7073f8614

View file

@ -104,7 +104,7 @@ elseif(ARCH STREQUAL "amd64")
endif()
if(MSVC_IDE AND (NOT DEFINED USE_FOLDER_STRUCTURE))
set(USE_FOLDER_STRUCTURE FALSE)
set(USE_FOLDER_STRUCTURE TRUE)
endif()
if(NOT DEFINED RUNTIME_CHECKS)