Skip to content

Commit

Permalink
better cmake printout
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed May 17, 2024
1 parent e678f1f commit 0e51a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ elseif( "${CMAKE_VERSION}" VERSION_LESS "3.20" AND "x${CMAKE_CXX_COMPILER_ID}" S
#Older cmake had the llvm-based intel compiler classified as "Clang". In
#this case, we check whether or not the -fp-model=precise flag is supported
#or not:
check_cxx_compiler_flag( -fp-model=precise tmp )
if ( tmp )
check_cxx_compiler_flag( -fp-model=precise ncrystal_compiler_supports_fpmodelprecise )
if ( ncrystal_compiler_supports_fpmodelprecise )
set( ncrystal_extra_private_compile_options -fp-model=precise )
endif()
endif()
Expand Down

0 comments on commit 0e51a48

Please sign in to comment.