Skip to content

Commit 50e600a

Browse files
committed
update CMakeLists.txt for dependencies
1 parent 70b8bc5 commit 50e600a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libs/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set(libs3p_pegtl_headers ${pegtl_headers_raw} PARENT_SCOPE)
44
set(BACKWARD_headers ${CMAKE_CURRENT_SOURCE_DIR}/backward.hpp PARENT_SCOPE)
55
set(JPP_LIBS_DIR ${CMAKE_CURRENT_SOURCE_DIR} PARENT_SCOPE)
66

7-
set(EIGEN_VERSION "3.3.7")
8-
set(EIGEN_HASH "685adf14bd8e9c015b78097c1dc22f2f01343756f196acdc76a678e1ae352e11")
7+
set(EIGEN_VERSION "5.0.1")
8+
set(EIGEN_HASH "e4de6b08f33fd8b8985d2f204381408c660bffa6170ac65b68ae1bd3cd575c0a")
99

1010
if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/eigen3)
1111
message("-- Eigen3... OK")
@@ -69,4 +69,4 @@ if (NOT ${RESULT_VAR})
6969
message("Backward... disabled")
7070
set(JPP_HAS_BACKWARD FALSE CACHE BOOL PARENT_SCOPE)
7171
endif ()
72-
endif()
72+
endif()

libs/pathie-cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

29-
cmake_minimum_required(VERSION 3.1)
29+
cmake_minimum_required(VERSION 3.10)
3030
enable_language(CXX)
3131

3232
########################################

0 commit comments

Comments
 (0)