Skip to content

Commit

Permalink
Migrate to modern TBB version
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Aug 19, 2022
1 parent b06ce37 commit 5579895
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -522,15 +522,10 @@ if(ENABLE_CONAN)
set(Boost_REGEX_LIBRARY "${Boost_regex_LIB_TARGETS}")
set(Boost_UNIT_TEST_FRAMEWORK_LIBRARY "${Boost_unit_test_framework_LIB_TARGETS}")

<<<<<<< HEAD

find_package(BZip2 REQUIRED)
find_package(EXPAT REQUIRED)
find_package(lua REQUIRED)
=======
find_package(BZip2 REQUIRED EXACT ${CONAN_BZIP2_VERSION})
find_package(EXPAT REQUIRED)
find_package(lua REQUIRED EXACT ${CONAN_LUA_VERSION})
>>>>>>> 1bf46d64b (Migrate to modern TBB version)
set(LUA_LIBRARIES ${lua_LIBRARIES})

find_package(TBB REQUIRED)
Expand Down

0 comments on commit 5579895

Please sign in to comment.