Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Apr 30, 2020
1 parent 553fe59 commit 1c7810d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ message(STATUS "#######################################################")

if (CMAKE_SIZEOF_VOID_P EQUAL 8)
option(WOLFRAMLIBRARYLINK_MINT32 "Use 32-bit integer as 'mint'" OFF)
message(STATUS "'mint' is 64-bit integer")
else()
option(WOLFRAMLIBRARYLINK_MINT32 "Use 32-bit integer as 'mint'" ON)
message(STATUS "'mint' is 32-bit integer")
endif()

add_subdirectory ("wllczi")
Expand Down

0 comments on commit 1c7810d

Please sign in to comment.