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 b9bf9cd
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b9bf9cd

Please sign in to comment.