Skip to content

Commit

Permalink
Reorder diagnostics from CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 10, 2024
1 parent e7ee86c commit ead4543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,6 @@ if(HPX_WITH_COMPILER_WARNINGS_AS_ERRORS)
endif()

# Diagnostics
hpx_info("Cacheline size detected: ${__cache_line_size}")
if(MSVC)
# Display full paths in diagnostics
hpx_add_compile_flag(-FC)
Expand Down Expand Up @@ -2175,6 +2174,7 @@ else()
)
endif()
endif()
hpx_info("Cacheline size detected: ${__cache_line_size}")

# store target architecture for later use
set(HPX_WITH_TARGET_ARCHITECTURE
Expand Down
2 changes: 1 addition & 1 deletion libs/core/config/cmake/templates/cache_line_size.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ namespace hpx::threads {
{
return @HPX_INTERNAL_CACHE_LINE_SIZE_DETECT@;
}
} // namespace threads
} // namespace hpx::threads

0 comments on commit ead4543

Please sign in to comment.