Skip to content

Commit

Permalink
Fix CMakeLists check violation
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Jul 1, 2024
1 parent 36fedf3 commit c5febb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/pika/executors/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
set(executors_headers
pika/executors/std_thread_scheduler.hpp pika/executors/thread_pool_scheduler.hpp
pika/executors/thread_pool_scheduler_bulk.hpp
pika/executors/thread_pool_scheduler_queue_bypass.hpp
)

include(pika_add_module)
Expand Down

0 comments on commit c5febb9

Please sign in to comment.