diff options
| author | Brent Cook <busterb@gmail.com> | 2019-01-21 05:24:11 -0600 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2019-01-21 05:24:11 -0600 |
| commit | 64d9c5d678d6933a0adef67a4ff5b532d0fda255 (patch) | |
| tree | 140927ef6902eea301187036905a2040658e7946 /crypto | |
| parent | 0ec8c536b9615c4fb1ca5683065cc319df74c22a (diff) | |
| download | portable-64d9c5d678d6933a0adef67a4ff5b532d0fda255.tar.gz portable-64d9c5d678d6933a0adef67a4ff5b532d0fda255.tar.bz2 portable-64d9c5d678d6933a0adef67a4ff5b532d0fda255.zip | |
fixes to build asm on MSVS
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index a81d329..8305b82 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -147,7 +147,7 @@ if(HOST_ASM_MASM_X86_64) | |||
| 147 | add_definitions(-DWHIRLPOOL_ASM) | 147 | add_definitions(-DWHIRLPOOL_ASM) |
| 148 | add_definitions(-DOPENSSL_CPUID_OBJ) | 148 | add_definitions(-DOPENSSL_CPUID_OBJ) |
| 149 | set(CRYPTO_SRC ${CRYPTO_SRC} ${ASM_X86_64_MASM_SRC}) | 149 | set(CRYPTO_SRC ${CRYPTO_SRC} ${ASM_X86_64_MASM_SRC}) |
| 150 | set_property(SOURCE ${ASM_X86_64_MASM_SRC} PROPERTY LANGUAGE C) | 150 | set_source_files_properties(${ASM_X86_64_MASM_SRC} PROPERTIES COMPILE_FLAGS "-x assembler-with-cpp") |
| 151 | endif() | 151 | endif() |
| 152 | 152 | ||
| 153 | if(HOST_ASM_MINGW64_X86_64) | 153 | if(HOST_ASM_MINGW64_X86_64) |
