summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-10 13:22:56 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-10 13:22:56 +0200
commitd44e0801476ffeec4905a779f0bda29057251321 (patch)
tree7c6bc63ac4e357d86cac0b52a1d7dd3627d9925a
parent4ec9a5df87d8df10b00ef3ce8ad9cb8d0a4039be (diff)
cmake: oops, fix typo
-rw-r--r--cmake/msvc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/msvc.cmake b/cmake/msvc.cmake
index 2e8e47ac..807aef11 100644
--- a/cmake/msvc.cmake
+++ b/cmake/msvc.cmake
@@ -5,7 +5,7 @@ if(NOT DEFINED floormat-64bit)
if ("$ENV{LIBPATH}" MATCHES "lib\\\\x64;")
set(floormat-64bit 1)
elseif("$ENV{LIBPATH}" MATCHES "lib\\\\x86;")
- set(floormat-64bit5 0)
+ set(floormat-64bit 0)
endif()
endif()