Commit b6afd938 authored by Victor Zverovich's avatar Victor Zverovich

Split long line

parent 1e63fc7c
...@@ -38,9 +38,10 @@ if (CMAKE_GENERATOR MATCHES "Visual Studio") ...@@ -38,9 +38,10 @@ if (CMAKE_GENERATOR MATCHES "Visual Studio")
set(MSBUILD_SETUP "call \"${WINSDK_SETENV}\"") set(MSBUILD_SETUP "call \"${WINSDK_SETENV}\"")
endif () endif ()
# Set FrameworkPathOverride to get rid of MSB3644 warnings. # Set FrameworkPathOverride to get rid of MSB3644 warnings.
set(netfxpath "C:\\Program Files\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0")
file(WRITE run-msbuild.bat " file(WRITE run-msbuild.bat "
${MSBUILD_SETUP} ${MSBUILD_SETUP}
${CMAKE_MAKE_PROGRAM} -p:FrameworkPathOverride=\"C:\\Program Files\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\" %*") ${CMAKE_MAKE_PROGRAM} -p:FrameworkPathOverride=\"${netfxpath}\" %*")
endif () endif ()
option(FMT_SHARED "Build shared library instead of static one" OFF) option(FMT_SHARED "Build shared library instead of static one" OFF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment