From aecdd798385dd0f2a2f69aa8e23dd1e697b75cf1 Mon Sep 17 00:00:00 2001 From: Vesa Oikonen <vesoik@utu.fi> Date: Wed, 23 Aug 2017 12:44:03 +0300 Subject: [PATCH] updated --- CMakeLists.txt | 2 +- changelog.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b8bbec4..9a8cb496 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ include(CheckSymbolExists) include(CheckFunctionExists) include(CheckStructHasMember) include(CheckCSourceCompiles) -# Correct DLL still not always found, therefore OpenMP no supported on Windows +# Correct DLL still not always found, therefore OpenMP not supported on Windows if(UNIX) include(FindOpenMP) endif() diff --git a/changelog.md b/changelog.md index 723c2b26..0da9ea62 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,11 @@ Changes in tpcclib ================== -## version 0.6.15 (in development) +## version 0.6.15 +- Fixed a bug in CMake configuration which left out important files from source + package. +- Several changes to prevent warnings and errors when compiling with GCC 7.1. - Added application sim_3tcm in v2, aiming to replace p2t_3c and p2t_v3c. - Added applications taccuty and fit_dexp in v2. - Imported application siflist in v1. -- GitLab