Skip to content

Commit

Permalink
ENH: Make similar to template
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Feb 29, 2020
1 parent 68d996a commit 56eae3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
@@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 3.10.2)
project(MGHIO)

project(MGHIO
VERSION 5.1.0 #Version should track with ITK
LANGUAGES CXX C)

set(MGHIO_LIBRARIES MGHIO)

if(NOT ITK_SOURCE_DIR)
Expand Down

0 comments on commit 56eae3a

Please sign in to comment.