Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
decaf
Commits
6e78a9be
Commit
6e78a9be
authored
2 years ago
by
Julien Wadel
Browse files
Options
Download
Patches
Plain Diff
Remove useless test in cmake
parent
12d62b24
archive/bc
1 merge request
!17
Remove useless test in cmake
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CMakeLists.txt
+0
-5
src/CMakeLists.txt
with
0 additions
and
5 deletions
src/CMakeLists.txt
+
0
−
5
View file @
6e78a9be
...
...
@@ -37,11 +37,6 @@ set(TARGET_ARCH_DIR_P25519 arch_32)
set
(
TARGET_ARCH_DIR_P448 arch_32
)
if
(
MSVC
)
# On MSVC Windows, Processor is always AMD64 on both platforms (x86/x64)
set
(
MSVC_ARCH
${
CMAKE_CXX_COMPILER_ARCHITECTURE_ID
}
)
# ${MSVC_ARCH} MATCHES "X64"
else
()
set
(
MSVC_ARCH
${
CMAKE_SYSTEM_PROCESSOR
}
)
# just to have a value
endif
()
if
(
${
CMAKE_SYSTEM_PROCESSOR
}
MATCHES
"x86_64"
AND NOT MSVC
)
#Decaf doesn't support 64bits on MSVC yet
message
(
"Target architecture is x86_64"
)
set
(
TARGET_ARCH_DIR arch_x86_64
)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets