Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7f2cbe

Browse files
committedApr 11, 2019
[pstl] Remove our custom FindTBB CMake file
Summary: The TBBConfig file installed by TBB 2019 Update 5 works properly, so we don't need this workaround anymore. Reviewers: rodgert, MikeDvorskiy Subscribers: mgorny, jkorous, dexonsmith, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D60467 llvm-svn: 358196
1 parent f324638 commit e7f2cbe

File tree

2 files changed

+0
-67
lines changed

2 files changed

+0
-67
lines changed
 

‎pstl/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#
77
#===----------------------------------------------------------------------===##
88
cmake_minimum_required(VERSION 3.4.3)
9-
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
109

1110
set(PARALLELSTL_VERSION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/include/pstl/internal/pstl_config.h")
1211
file(STRINGS "${PARALLELSTL_VERSION_FILE}" PARALLELSTL_VERSION_SOURCE REGEX "#define _PSTL_VERSION .*$")

‎pstl/cmake/FindTBB.cmake

-66
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.