Browse Source

Merge pull request #7 from sepldj/master

Fix Segmentation fault on Linux amd64
pull/26/head
Luca Deri 6 years ago
committed by GitHub
parent
commit
e73f569553
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -10,7 +10,7 @@ if(NOT DEFINED N2N_OPTION_AES)
set(N2N_OPTION_AES ON) set(N2N_OPTION_AES ON)
endif(NOT DEFINED N2N_OPTION_AES) endif(NOT DEFINED N2N_OPTION_AES)
add_definitions(-DN2N_VERSION='\"${N2N_VERSION}\"' -DN2N_OSNAME='\"${N2N_OSNAME}\"') add_definitions(-DN2N_VERSION="${N2N_VERSION}" -DN2N_OSNAME="${N2N_OSNAME}")
if(N2N_OPTION_AES) if(N2N_OPTION_AES)
add_definitions(-DN2N_HAVE_AES) add_definitions(-DN2N_HAVE_AES)

Loading…
Cancel
Save