Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Feb 15, 2021
1 parent ad6bdaa commit 2f573bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.1.0)

project(kiss-fft VERSION 1.2.0 LANGUAGES CXX)
project(kiss-fft VERSION 2.0.0 LANGUAGES CXX)

set (CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The library is so small that you can directly include the sources in your
project or you can pre-package it as a static library and then link it
into your project. Create the static library (with the help of cmake):
```
cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake .
make
make install
```
Expand Down

0 comments on commit 2f573bb

Please sign in to comment.