Skip to content

Commit

Permalink
Fix CMake warning
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
  • Loading branch information
nicolasbock authored and jeanlucf22 committed Apr 13, 2023
1 parent 2b15def commit 7019b3e
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 @@ -90,7 +90,7 @@ if(CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
set(EXTRA_CFLAGS "-DCRAY_SDK ${EXTRA_CFLAGS}")
endif()

set(MALLOC_ALIGNMENT 64 CACHE INT "Alignment boundary for memory allocations")
set(MALLOC_ALIGNMENT 64 CACHE STRING "Alignment boundary for memory allocations")
add_definitions(-DMALLOC_ALIGNMENT=${MALLOC_ALIGNMENT})

option(DONT_TOUCH_MY_FLAGS "Don't touch compiler flags" OFF)
Expand Down

0 comments on commit 7019b3e

Please # to comment.