Skip to content
Snippets Groups Projects
Commit 34750eff authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

add missing VERSION keyword

parent 41e4ef7f
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -10,7 +10,7 @@ set(JPSREPORT_PATCH_VERSION 3)
set(JPSREPORT_VERSION
${JPSREPORT_MAJOR_VERSION}.${JPSREPORT_MINOR_VERSION}.${JPSREPORT_PATCH_VERSION})
message( STATUS "JPSREPORT_VERSION: " ${JPSREPORT_VERSION} )
project(JPSreport ${JPSREPORT_VERSION} LANGUAGES CXX)
project(JPSreport VERSION ${JPSREPORT_VERSION} LANGUAGES CXX)
set (CMAKE_CXX_STANDARD 11)
# Fix behavior of CMAKE_CXX_STANDARD when targeting macOS.
if (POLICY CMP0025)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment