Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jailop committed Dec 21, 2024
1 parent 49c8faf commit 75db195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pybottrader/indicators/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
cmake_minimum_required(VERSION 3.15)
project(indicators)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

if(NOT TARGET pybind11::module)
find_package(pybind11 REQUIRED)
endif()
Expand Down

0 comments on commit 75db195

Please sign in to comment.