Skip to content

Commit 7334107

Browse files
committed
update deps to 1.0
1 parent 05afcbc commit 7334107

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CMakeLists.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#=============================================================================
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)
43
#
54
# Permission is hereby granted, free of charge, to any person obtaining a copy
65
# of this software and associated documentation files (the "Software"), to deal
@@ -26,8 +25,8 @@ project(pdi_examples LANGUAGES C)
2625

2726
find_package(spdlog)
2827
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)
3130

3231
set(CMAKE_C_STANDARD 99)
3332

0 commit comments

Comments
 (0)