Skip to content

Commit

Permalink
Read it from a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Jun 7, 2020
1 parent 62ee96a commit f80f3e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ cmake_minimum_required(VERSION 3.10 FATAL_ERROR)

set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_SOURCE_DIR}/cmake/UserOverride.cmake)

project(lfortran LANGUAGES C CXX VERSION 0.1.16)
set(LFORTRAN_VERSION "0.1.16")

project(lfortran LANGUAGES C CXX VERSION ${LFORTRAN_VERSION})

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

Expand Down

0 comments on commit f80f3e4

Please sign in to comment.