Skip to content

Commit bc270b9

Browse files
committed
Specify LANGUAGES CXX
CMake also includes C by default, we don't need it.
1 parent 0a7e0a7 commit bc270b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
cmake_minimum_required(VERSION 3.22.0)
44

5-
project(openPMD VERSION 0.17.0) # LANGUAGES CXX
5+
project(openPMD VERSION 0.17.0 LANGUAGES CXX)
66

77
# the openPMD "markup"/"schema" standard version
88
set(openPMD_STANDARD_VERSION 1.1.0)

0 commit comments

Comments
 (0)