README tweaks

This commit is contained in:
Stinkfist0
2016-02-21 16:52:00 +02:00
parent 58b5838da9
commit ee75545ecd
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ if(ENABLE_BUILD_OPTIMIZATIONS)
endif()
IF(MSVC)
# Enable solution folders (free VS versions < 2012 doesn't support solution folders)
# Enable solution folders (free VS versions prior to 2012 don't support solution folders)
if (MSVC_VERSION GREATER 1600)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
endif()