Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No TBBConfig.cmake generated(?) #52

Closed
kabcode opened this issue Jan 9, 2019 · 1 comment
Closed

No TBBConfig.cmake generated(?) #52

kabcode opened this issue Jan 9, 2019 · 1 comment

Comments

@kabcode
Copy link

kabcode commented Jan 9, 2019

Hi,

i am trying to build this repository to include the build into another cmake project. My environment is Windows with Visual Studio 2015 (vc14,x64), CMake (3.11.1, using cmake-gui).
My approach was to define the source and build directory and configure and generate the project using the CMakeLists.txt (LIBRT and LIDL are not available). Open the generated solution file VS2015. Build ALL_BUILD in Debug mode.

I can build this repo but for further use I do not find any TBBConfig.cmake file. There is no file generated in the build tree. Should there be a config.cmake file?

jschueller added a commit to jschueller/tbb that referenced this issue May 19, 2020
Allows to detect tbb more easily:

find_package(TBB CONFIG REQUIRED)
add_executable (hello main.cxx)
target_link_libraries(hello TBB::tbb)

Closes wjakob#52, wjakob#55
jschueller added a commit to jschueller/tbb that referenced this issue May 19, 2020
Allows to detect tbb more easily:

find_package(TBB CONFIG REQUIRED)
add_executable (hello main.cxx)
target_link_libraries(hello TBB::tbb)

Closes wjakob#52, wjakob#53, wjakob#55
@jschueller
Copy link
Contributor

this can be closed

@wjakob wjakob closed this as completed Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants