[fcl] Fix fcl 0.7.0 does not configure if Doxygen is found (#21155)

* [fcl] Fix fcl 0.7.0 does not configure if Doxygen is found

* add new fcl version
This commit is contained in:
Julian Scholle 2021-11-04 18:46:05 +01:00 committed by GitHub
parent a252b4bdbd
commit 82fbe75127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -19,6 +19,7 @@ endif()
vcpkg_cmake_configure( vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}" SOURCE_PATH "${SOURCE_PATH}"
OPTIONS OPTIONS
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=1
-DFCL_STATIC_LIBRARY=${FCL_STATIC_LIBRARY} -DFCL_STATIC_LIBRARY=${FCL_STATIC_LIBRARY}
-DFCL_BUILD_TESTS=OFF -DFCL_BUILD_TESTS=OFF
-DFCL_USE_X64_SSE=${FCL_USE_X64_SSE} -DFCL_USE_X64_SSE=${FCL_USE_X64_SSE}

View File

@ -1,7 +1,7 @@
{ {
"name": "fcl", "name": "fcl",
"version": "0.7.0", "version": "0.7.0",
"port-version": 2, "port-version": 3,
"description": "a library for performing three types of proximity queries on a pair of geometric models composed of triangles", "description": "a library for performing three types of proximity queries on a pair of geometric models composed of triangles",
"homepage": "https://github.com/flexible-collision-library/fcl", "homepage": "https://github.com/flexible-collision-library/fcl",
"dependencies": [ "dependencies": [

View File

@ -2118,7 +2118,7 @@
}, },
"fcl": { "fcl": {
"baseline": "0.7.0", "baseline": "0.7.0",
"port-version": 2 "port-version": 3
}, },
"fdk-aac": { "fdk-aac": {
"baseline": "2.0.2", "baseline": "2.0.2",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1a023b16805abecae1b2770df56b4d1a7174493d",
"version": "0.7.0",
"port-version": 3
},
{ {
"git-tree": "11b59644379cbae75571423312e0c0971e6d3740", "git-tree": "11b59644379cbae75571423312e0c0971e6d3740",
"version": "0.7.0", "version": "0.7.0",