Skip to content

Commit

Permalink
Add LANGUAGES CXX to CMakeLists.txt (#734)
Browse files Browse the repository at this point in the history
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
  • Loading branch information
jmcarcell and jmcarcell authored Feb 12, 2025
1 parent c9f1d04 commit ef51350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.12)

#--- Project name --------------------------------------------------------------
project(podio)
project(podio LANGUAGES CXX)

#--- Version -------------------------------------------------------------------
SET( ${PROJECT_NAME}_VERSION_MAJOR 1 )
Expand Down

0 comments on commit ef51350

Please # to comment.