File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
#=============================================================================
2
- # Copyright (c) 2016-2017 Matthieu Haefele
3
- # Copyright (C) 2015-2019 Commissariat a l'energie atomique et aux energies alternatives (CEA)
2
+ # Copyright (C) 2015-2023 Commissariat a l'energie atomique et aux energies alternatives (CEA)
4
3
#
5
4
# Permission is hereby granted, free of charge, to any person obtaining a copy
6
5
# of this software and associated documentation files (the "Software"), to deal
@@ -26,8 +25,8 @@ project(pdi_examples LANGUAGES C)
26
25
27
26
find_package (spdlog)
28
27
find_package (MPI REQUIRED COMPONENTS C)
29
- find_package (paraconf REQUIRED COMPONENTS C)
30
- find_package (PDI 0.7 REQUIRED COMPONENTS C)
28
+ find_package (paraconf 1.0.0 REQUIRED COMPONENTS C)
29
+ find_package (PDI 1.0.0 REQUIRED COMPONENTS C)
31
30
32
31
set (CMAKE_C_STANDARD 99)
33
32
You can’t perform that action at this time.
0 commit comments