Skip to content

Commit

Permalink
Remove openmp dependency #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Jan 2, 2023
1 parent c65cd70 commit 7a6c105
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ include("${CMAKE_CURRENT_LIST_DIR}/lib/dr.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/easyloggingpp.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/fmt.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/mlinterp.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/openmp.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/pocketfft.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/qcustomplot.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/readerwriterqueue.cmake")
Expand Down
10 changes: 0 additions & 10 deletions lib/openmp.cmake

This file was deleted.

1 change: 0 additions & 1 deletion src/voyx/voyx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ target_link_libraries(voyx
easyloggingpp
fmt
mlinterp
openmp
pocketfft
qcustomplot
qt
Expand Down

0 comments on commit 7a6c105

Please sign in to comment.