Skip to content
Snippets Groups Projects
Commit fae5f104 authored by Arnaud Gelas's avatar Arnaud Gelas
Browse files

Fix typo in FindTBB.cmake which makes it impossible to use TBB on MacOSX

parent 9a621dbf
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ endif ()
if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin" AND
NOT ${CMAKE_SYSTEM_VERSION} LESS 13.0)
set (USE_LIBCXX OFF)
cmake_policiy(GET CMP0025 POLICY_VAR)
cmake_policy(GET CMP0025 POLICY_VAR)
if (${POLICY_VAR} STREQUAL "NEW")
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "AppleClang")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment