mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[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:
parent
26e88a8761
commit
d7073f8614
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue