mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
d289dea7d8
* [openturns] add port * v db * fix missing boost dep. * fix static stuff and others. * v db * reorder mpc and mpfr for linux * v db * add openturns:x64-osx=fail to ci baseline because vm uses old bison. * move baseline fail above comment * Add ci.baseline.txt note describing why it doesn't work. * Add usage text. * fix version * v db --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
openturns provides CMake targets:
|
|
|
|
find_package(OpenTURNS CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE OT)
|