diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-04-02 18:05:23 -0700 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-04-02 18:05:23 -0700 |
| commit | 21a5d1bf2c32706b5b1189e6215e385401fa0d00 (patch) | |
| tree | d614875b2063e2c79eadb12109aaff64b41f9126 /ports/tbb | |
| parent | 144e86b6dc0eede7267f369e132cf514e809d5c4 (diff) | |
| download | vcpkg-21a5d1bf2c32706b5b1189e6215e385401fa0d00.tar.gz vcpkg-21a5d1bf2c32706b5b1189e6215e385401fa0d00.zip | |
[darknet,openssl-windows,tbb] Rebuild on CI
Diffstat (limited to 'ports/tbb')
| -rw-r--r-- | ports/tbb/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/tbb/portfile.cmake b/ports/tbb/portfile.cmake index 3050a38a9..67056533a 100644 --- a/ports/tbb/portfile.cmake +++ b/ports/tbb/portfile.cmake @@ -59,6 +59,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") else() set(TBB_DEFAULT_COMPONENTS tbb tbbmalloc tbbmalloc_proxy) endif() + file(READ "${SOURCE_PATH}/include/tbb/tbb_stddef.h" _tbb_stddef) string(REGEX REPLACE ".*#define TBB_VERSION_MAJOR ([0-9]+).*" "\\1" _tbb_ver_major "${_tbb_stddef}") string(REGEX REPLACE ".*#define TBB_VERSION_MINOR ([0-9]+).*" "\\1" _tbb_ver_minor "${_tbb_stddef}") |
