mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[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:
parent
a252b4bdbd
commit
82fbe75127
@ -19,6 +19,7 @@ endif()
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=1
|
||||
-DFCL_STATIC_LIBRARY=${FCL_STATIC_LIBRARY}
|
||||
-DFCL_BUILD_TESTS=OFF
|
||||
-DFCL_USE_X64_SSE=${FCL_USE_X64_SSE}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "fcl",
|
||||
"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",
|
||||
"homepage": "https://github.com/flexible-collision-library/fcl",
|
||||
"dependencies": [
|
||||
|
@ -2118,7 +2118,7 @@
|
||||
},
|
||||
"fcl": {
|
||||
"baseline": "0.7.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"fdk-aac": {
|
||||
"baseline": "2.0.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1a023b16805abecae1b2770df56b4d1a7174493d",
|
||||
"version": "0.7.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "11b59644379cbae75571423312e0c0971e6d3740",
|
||||
"version": "0.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user