Fixed new CMake for Windows. Removed all CRLF endings.

This commit is contained in:
Wei Dai 2020-04-16 17:22:48 -07:00
Родитель 3cca7be864
Коммит d68451a48d
5 изменённых файлов: 407 добавлений и 411 удалений

Просмотреть файл

@ -226,7 +226,7 @@
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>$(SolutionDir)\thirdparty\zlib\build\$(Platform)\$(Configuration);$(SolutionDir)/thirdparty/zlib/src;$(ProjectDir)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>$(SolutionDir)\thirdparty\zlib\build\$(Platform);$(SolutionDir)/thirdparty/zlib/src;$(ProjectDir)</AdditionalIncludeDirectories>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<LanguageStandard>stdcpp17</LanguageStandard>

2
thirdparty/msgsl/CMakeLists.txt поставляемый
Просмотреть файл

@ -15,8 +15,6 @@ ExternalProject_Add(EP_MSGSL
GIT_REPOSITORY https://github.com/microsoft/GSL.git
GIT_TAG v${PROJECT_VERSION}
GIT_CONFIG advice.detachedHead=false
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
TEST_COMMAND ""
)

2
thirdparty/zlib/CMakeLists.txt поставляемый
Просмотреть файл

@ -21,8 +21,6 @@ ExternalProject_Add(EP_ZLIB
GIT_REPOSITORY https://github.com/madler/zlib.git
GIT_TAG v${PROJECT_VERSION}
GIT_CONFIG advice.detachedHead=false
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
TEST_COMMAND ""
)