Skip to content
Snippets Groups Projects
Commit 1f6b6061 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

fix warning in FindTBB.cmake

parent 863f1ca0
No related branches found
No related tags found
1 merge request!79"Modernize" CMake configuration
...@@ -106,7 +106,7 @@ IF (TBB_LIBRARY_RELEASE AND TBB_LIBRARY_DEBUG) ...@@ -106,7 +106,7 @@ IF (TBB_LIBRARY_RELEASE AND TBB_LIBRARY_DEBUG)
ENDIF (NOT TBB_LIBRARY) ENDIF (NOT TBB_LIBRARY)
ELSEIF (TBB_LIBRARY_RELEASE) ELSEIF (TBB_LIBRARY_RELEASE)
IF (NOT TBB_LIBRARY) IF (NOT TBB_LIBRARY)
SET (TBB_LIBRARY ${TBB_LIBRARY_RELEASE} CACHE DOC "TBB library" FORCE) SET (TBB_LIBRARY ${TBB_LIBRARY_RELEASE} CACHE STRING "TBB library" FORCE)
ENDIF (NOT TBB_LIBRARY) ENDIF (NOT TBB_LIBRARY)
ENDIF (TBB_LIBRARY_RELEASE AND TBB_LIBRARY_DEBUG) ENDIF (TBB_LIBRARY_RELEASE AND TBB_LIBRARY_DEBUG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment