mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CMake: Do not set CMP0020 because it's about Qt
This commit is contained in:
parent
9b5d713c28
commit
33e22dc8bb
@ -4,9 +4,6 @@ macro (eth_policy)
|
||||
# link_directories() treats paths relative to the source dir.
|
||||
cmake_policy(SET CMP0015 NEW)
|
||||
|
||||
# let cmake autolink dependencies on windows
|
||||
cmake_policy(SET CMP0020 NEW)
|
||||
|
||||
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
|
||||
|
||||
# fix MACOSX_RPATH
|
||||
|
Loading…
Reference in New Issue
Block a user