Fix coolprop version encoded into SMath wrapper

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-02-19 21:40:26 -05:00
parent 60c46812dd
commit 6fc667ef80

View File

@@ -909,7 +909,7 @@ if (COOLPROP_SMATH_MODULE)
CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/wrappers/SMath/coolprop_wrapper/Properties/AssemblyInfo.cs.template"
"${CMAKE_SOURCE_DIR}/wrappers/SMath/coolprop_wrapper/Properties/AssemblyInfo.cs")
message(STATUS "Generated ${CMAKE_SOURCE_DIR}/wrappers/SMath/coolprop_wrapper/Properties/AssemblyInfo.cs")
FILE(WRITE "${CMAKE_SOURCE_DIR}/wrappers/SMath/config.ini" "${CMAKE_VERSION}")
FILE(WRITE "${CMAKE_SOURCE_DIR}/wrappers/SMath/config.ini" "${COOLPROP_VERSION}")
message(STATUS "Generated ${CMAKE_SOURCE_DIR}/wrappers/SMath/config.ini")
CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/wrappers/SMath/coolprop_wrapper/install.bat.template"
"${CMAKE_SOURCE_DIR}/wrappers/SMath/coolprop_wrapper/install.bat")