Commit Graph

5 Commits

Author SHA1 Message Date
Kyle Edwards 8f0d88a2a2 Fix regression in MSVC runtime flag
In attempting to fix a CMake style issue, a variable dereference
was accidentally removed that should have been left alone. Restore
it to how it was.
2020-01-24 13:23:58 -05:00
Kyle Edwards 6f881ab292 Fix various CMake style issues
Remove some spaces at the end of lines. Change how variables are
referenced inside if() statements. Remove the space between if/endif
and the first parenthesis. Remove the duplicated condition from endif()
blocks. Make indentation more consistent. Remove unneeded duplicate
PRIVATE keywords from target_include_directories(). Remove redundant
set_source_files_properties() call, as the file is already GENERATED.
2019-10-25 11:58:19 -04:00
Jan Tattermusch f38b1526f8 simplify top level CMakeLists.txt 2017-12-19 14:05:41 -08:00
Jan Tattermusch 561c703afc fix msvc_static_runtime.cmake 2017-03-30 20:22:31 +02:00
Jan Tattermusch 514079179d cmake: support static runtime linking 2017-02-02 23:51:09 +01:00