Skip to content

Commit

Permalink
exception handling code in right place and in CMake now
Browse files Browse the repository at this point in the history
  • Loading branch information
James Reinders committed Nov 17, 2024
1 parent 43787fa commit 8db7762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion new_examples/exception/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -tbb")
set(CMAKE_CXX_LINKER_FLAGS "-tbb")

foreach(tpp exception_catch1.cpp
foreach(tpp cpp_exceptions.cpp
exception_catch1.cpp
exception_catch2.cpp
exception_catch3.cpp)
string(REPLACE ".cpp" "" texe ${tpp})
Expand Down
File renamed without changes.

0 comments on commit 8db7762

Please sign in to comment.