mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:26:02 +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()
|
endif()
|
||||||
|
|
||||||
if(MSVC_IDE AND (NOT DEFINED USE_FOLDER_STRUCTURE))
|
if(MSVC_IDE AND (NOT DEFINED USE_FOLDER_STRUCTURE))
|
||||||
set(USE_FOLDER_STRUCTURE FALSE)
|
set(USE_FOLDER_STRUCTURE TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT DEFINED RUNTIME_CHECKS)
|
if(NOT DEFINED RUNTIME_CHECKS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue