Skip to content

Commit

Permalink
Set C++ as the language in main CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Jan 24, 2024
1 parent ae76341 commit c59430c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)

project(mrtrix3 VERSION 3.0.4)
project(mrtrix3 LANGUAGES CXX VERSION 3.0.4)

include(GNUInstallDirs)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit c59430c

Please sign in to comment.