Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobre1 committed Jun 14, 2024
1 parent a13fa72 commit 2ab41fa
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
project(
ViennaCore
LANGUAGES CXX
VERSION 0.0.1)
VERSION 1.0.0)

# --------------------------------------------------------------------------------------------------------
# Library Options
# --------------------------------------------------------------------------------------------------------

option(VIENNACORE_BUILD_PYTHON "Build python bindings" OFF)

option(VIENNACORE_BUILD_TESTS "Build tests" OFF)

set(VIENNACORE_FORMAT_EXCLUDE
Expand Down Expand Up @@ -76,16 +74,6 @@ if(VIENNACORE_BUILD_TESTS)
add_subdirectory(tests)
endif()

# --------------------------------------------------------------------------------------------------------
# Setup Python Bindings
# --------------------------------------------------------------------------------------------------------

if(VIENNACORE_BUILD_PYTHON)
message(STATUS "[ViennaCore] Building Python Bindings")
add_subdirectory(python)
return()
endif()

# --------------------------------------------------------------------------------------------------------
# Install Target
# --------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 2ab41fa

Please sign in to comment.