Skip to content

Commit

Permalink
Merge branch 'refactor-python'
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Apr 11, 2024
2 parents a78a016 + 4253a29 commit 556b8a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .cmake-format
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
include: ["cmake/.cpm-format"]
format:
line_width: 100

markup:
enable_markup: false
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
project(
ViennaLS
LANGUAGES CXX
VERSION 3.1.0)
VERSION 3.1.1)

# --------------------------------------------------------------------------------------------------------
# Library options
Expand Down Expand Up @@ -73,8 +73,8 @@ set_target_properties(
CXX_STANDARD_REQUIRED ON)

if(MSVC)
# https://learn.microsoft.com/cpp/c-runtime-library/math-constants TODO: In case C++20 is adpoted
# any time soon: https://cppreference.com/w/cpp/numeric/constants
# https://learn.microsoft.com/cpp/c-runtime-library/math-constants #
# TODO: In case C++20 is adpoted any time soon: https://cppreference.com/w/cpp/numeric/constants

target_compile_definitions(${PROJECT_NAME} INTERFACE _USE_MATH_DEFINES=1)
endif()
Expand Down

0 comments on commit 556b8a7

Please sign in to comment.