mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Visual Studio 2017 build-time (linking) fix and improvements
This commit is contained in:
committed by
chriseth
parent
1a5f90954a
commit
72b9ad6837
+1
-3
@@ -35,9 +35,7 @@ ExternalProject_Add(jsoncpp-project
|
||||
-DJSONCPP_WITH_TESTS=OFF
|
||||
-DJSONCPP_WITH_PKGCONFIG_SUPPORT=OFF
|
||||
-DCMAKE_CXX_FLAGS=${JSONCPP_EXTRA_FLAGS}
|
||||
# Overwrite build and install commands to force Release build on MSVC.
|
||||
BUILD_COMMAND cmake --build <BINARY_DIR> --config Release
|
||||
INSTALL_COMMAND cmake --build <BINARY_DIR> --config Release --target install
|
||||
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
|
||||
${byproducts}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user