summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2025-08-13 20:20:54 +0200
committerStanislaw Halik <sthalik@misaki.pl>2025-08-13 21:11:06 +0200
commit9df9978ecc2ee90677291b4454756dbae2047057 (patch)
treebc8d6d3db9484eb5fd7a39fb9292dac14ac54616
parent59a866b720ebc690902df9c7c4ba7c0e3dbd9720 (diff)
cmake: fix msvc toolchain typo
-rw-r--r--cmake/msvc.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/msvc.cmake b/cmake/msvc.cmake
index e21e17d7..5154c296 100644
--- a/cmake/msvc.cmake
+++ b/cmake/msvc.cmake
@@ -43,12 +43,12 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
#add_definitions(-D_ITERATOR_DEBUG_LEVEL=0)
#add_compile_options(-Qvec-report:2)
#add_compile_options(-d2cgsummary -Bt)
-add_compile_options(-QIntel-jcc-erratum)
+#add_compile_options(-QIntel-jcc-erratum)
add_definitions(-D_HAS_EXCEPTIONS=0)
if(DEFINED CMAKE_TOOLCHAIN_FILE)
# ignore cmake warning: Manually-specified variable not used by the project
- set(CMAKE_TOOLCHAIN_FILE "${CMAKE_TOOLCHAIN_FILE}}")
+ set(CMAKE_TOOLCHAIN_FILE "${CMAKE_TOOLCHAIN_FILE}")
endif()
#set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)