Skip to content

Commit

Permalink
Fix cmake control flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathnandu committed Aug 16, 2024
1 parent 0444d48 commit 4c08497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tbb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ if(TBB_LINUX_SEPARATE_DBG)
COMMAND objcopy --add-gnu-debuglink=$<TARGET_FILE:tbb>.dbg $<TARGET_FILE:tbb>
COMMENT "Creating and associating .dbg file with tbb"
)
endif()
endif()

if(TBB_BUILD_APPLE_FRAMEWORKS)
Expand Down

0 comments on commit 4c08497

Please sign in to comment.