Commit db3fb041 by Maarten L. Hekkelman

Merged cmake changes

Updated version to 1.1.1
parent 839385c3
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
# set the project name # set the project name
project(cifpp VERSION 1.1.0 LANGUAGES CXX) project(cifpp VERSION 1.1.1 LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
......
Version 1.1.1
- Now with full support for MS Windows
Version 1.1.0 Version 1.1.0
- Changed from GNU configure to CMake. - Changed from GNU configure to CMake.
- Loading compound information from CCD file - Loading compound information from CCD file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment