Skip to content

Commit

Permalink
Make voronotalt header a system header
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Apr 11, 2024
1 parent 7407660 commit 00a37f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
target_link_libraries(project_options INTERFACE ZLIB::ZLIB)
target_link_libraries(project_options INTERFACE ${CMAKE_THREAD_LIBS_INIT})

include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/voronotalt)

# ========== pre-compiler system headers ==========

option(ENABLE_PCH "Enable Precompiled Headers" OFF)
Expand Down
2 changes: 1 addition & 1 deletion src/voronota.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "analysis.h"
#include "mpicontroller.h"
#include "voronotalt/voronotalt.h"
#include <voronotalt/voronotalt.h>
#include <numeric>

namespace Faunus::analysis {
Expand Down

0 comments on commit 00a37f2

Please sign in to comment.