Skip to content

Commit

Permalink
take 10
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jan 7, 2024
1 parent e870b3b commit 6fbc973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/libint/CMakeLists.txt.export
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ if (HAVE_POSIX_MEMALIGN)
option_with_default(LIBINT2_ALIGN_SIZE
"(EXPERT) if posix_memalign is available, this will specify alignment of Libint data, in units of sizeof(LIBINT2_REALTYPE). Default is to use built-in heuristics." 0)
mark_as_advanced(LIBINT2_ALIGN_SIZE)
elseif (MSVC)
set(HAVE_POSIX_MEMALIGN 1) # aliased in memory.h
endif()

option_with_default(LIBINT2_REALTYPE
Expand Down

0 comments on commit 6fbc973

Please sign in to comment.