Skip to content

Commit

Permalink
ERROR FREE FOR NOW
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndskg committed Jan 6, 2024
1 parent e78c616 commit 9f3fdf3
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 31 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Top-level CMakeLists.txt

# Set the minimum required version of CMake
cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.27)

# Set the policy for find_package to use upper-case <PACKAGENAME>_ROOT variables
cmake_policy(SET CMP0144 OLD)
cmake_policy(SET CMP0146 OLD)

set(CMAKE_VERBOSE_MAKEFILE on)

# Project configuration
project(black-scholes-cpp VERSION 1.0 LANGUAGES CXX)
Expand Down
Loading

0 comments on commit 9f3fdf3

Please sign in to comment.