Skip to content

Commit 2f573bb

Browse files
committed
New release
1 parent ad6bdaa commit 2f573bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required(VERSION 3.1.0)
22

3-
project(kiss-fft VERSION 1.2.0 LANGUAGES CXX)
3+
project(kiss-fft VERSION 2.0.0 LANGUAGES CXX)
44

5-
set (CMAKE_CXX_STANDARD 11)
5+
set(CMAKE_CXX_STANDARD 11)
66
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
77

88
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The library is so small that you can directly include the sources in your
8484
project or you can pre-package it as a static library and then link it
8585
into your project. Create the static library (with the help of cmake):
8686
```
87-
cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo
87+
cmake .
8888
make
8989
make install
9090
```

0 commit comments

Comments
 (0)