Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GwGibson committed Aug 11, 2023
1 parent b04df28 commit 3da6d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ add_executable(${module_name}.out "./src/main.cpp")
target_link_libraries(
${module_name}.out
PUBLIC ${module_name}
PRIVATE ${module_name}_options ${module_name}_warnings TBB::tbb
PRIVATE ${module_name}_options ${module_name}_warnings
)

0 comments on commit 3da6d94

Please sign in to comment.