Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubpa committed Aug 14, 2020
1 parent e585ec6 commit e5ba9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)

project(UGM VERSION 0.6.8)
project(UGM VERSION 0.6.9)
message(STATUS "[Project] ${PROJECT_NAME}")

include(cmake/InitUCMake.cmake)
Expand Down
2 changes: 1 addition & 1 deletion src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(MSVC)
list(APPEND sources "${PROJECT_SOURCE_DIR}/vs/UGM.natvis")
endif()

if(Ubpa_USE_XSIMD)
if(Ubpa_USE_SIMD)
list(APPEND core_defines UBPA_USE_SIMD)
if(Ubpa_USE_SSE_4_1)
list(APPEND core_defines UBPA_USE_SSE_4_1)
Expand Down

0 comments on commit e5ba9dc

Please sign in to comment.