Commit d88d5205 by Maarten L. Hekkelman

Use std::experimental::is_detected from libzeep, if needed

version bump
parent 46cd98ea
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
# set the project name # set the project name
project(cifpp VERSION 5.0.7 LANGUAGES CXX) project(cifpp VERSION 5.0.7.1 LANGUAGES CXX)
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
......
Version 5.0.7.1
- Use the implementation from zeep for std::experimental::is_detected
Version 5.0.7 Version 5.0.7
- Reintroduce exports file. For DLL's - Reintroduce exports file. For DLL's
......
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