mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
[CMake] Remove use of INSTALL_PREFIX
argument to
`configure_package_config_file()`. This argument wasn't available until CMake 3.1 and we don't appear to be really using it anyway.
This commit is contained in:
parent
5a8205cb0c
commit
489077a3eb
|
@ -540,7 +540,6 @@ configure_package_config_file("${CMAKE_SOURCE_DIR}/cmake/Z3Config.cmake.in"
|
|||
Z3_FIRST_PACKAGE_INCLUDE_DIR
|
||||
Z3_SECOND_PACKAGE_INCLUDE_DIR
|
||||
Z3_CXX_PACKAGE_INCLUDE_DIR
|
||||
INSTALL_PREFIX "${CMAKE_BINARY_DIR}"
|
||||
)
|
||||
unset(Z3_FIRST_PACKAGE_INCLUDE_DIR)
|
||||
unset(Z3_SECOND_PACKAGE_INCLUDE_DIR)
|
||||
|
|
Loading…
Reference in a new issue