mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:09:00 +08:00
Revert "Don't build ace when axcioma is installed"
This reverts commit 4fe32070e4
.
This commit is contained in:
parent
4fe32070e4
commit
6c07da9f35
@ -1,9 +1,5 @@
|
||||
vcpkg_minimum_required(VERSION 2022-10-12)
|
||||
|
||||
if(EXISTS "${CURRENT_INSTALLED_DIR}/share/axcioma")
|
||||
message(FATAL_ERROR "FATAL ERROR: ace and axcioma are incompatible.")
|
||||
endif()
|
||||
|
||||
# Using zip archive under Linux would cause sh/perl to report "No such file or directory" or "bad interpreter"
|
||||
# when invoking `prj_install.pl`.
|
||||
# So far this issue haven't yet be triggered under WSL 1 distributions. Not sure the root cause of it.
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "ace",
|
||||
"version": "7.1.0",
|
||||
"port-version": 1,
|
||||
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
|
||||
"description": "The ADAPTIVE Communication Environment",
|
||||
"homepage": "https://github.com/DOCGroup/ACE_TAO",
|
||||
|
@ -1,10 +1,5 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4ebd4f9d0bb635d2d7d022cf62b1cbb784b8755d",
|
||||
"version": "7.1.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "9a2a1876f2f625494b16da42b27ace343255d691",
|
||||
"version": "7.1.0",
|
||||
|
@ -26,7 +26,7 @@
|
||||
},
|
||||
"ace": {
|
||||
"baseline": "7.1.0",
|
||||
"port-version": 1
|
||||
"port-version": 0
|
||||
},
|
||||
"acl": {
|
||||
"baseline": "2.3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user