forked from lthn/blockchain
Remove unused configure_file call for MSVC
Deleted the configure_file invocation for Directory.Build.props in the MSVC-specific section of CMakeLists.txt, that forced job settings overriding build system settings.
This commit is contained in:
parent
f65fe1a1f8
commit
f82fddb809
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ if(MSVC)
|
|||
endforeach()
|
||||
endif()
|
||||
include_directories(SYSTEM src/platform/msc)
|
||||
configure_file(utils/Directory.Build.props.in ${CMAKE_BINARY_DIR}/Directory.Build.props)
|
||||
|
||||
else()
|
||||
set(ARCH default CACHE STRING "CPU to build for: -march value or default")
|
||||
if("${ARCH}" STREQUAL "default")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue