Skip to content

Commit c99130a

Browse files
committed
Merge branch 'myhash8' into myhash2
2 parents 608074f + f9168e9 commit c99130a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.14.0)
22
project(fortran_stdlib
3-
LANGUAGES Fortran C CXX
3+
LANGUAGES Fortran
44
DESCRIPTION "Community driven and agreed upon de facto standard library for Fortran"
55
)
66

src/tests/hash_functions/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ waterhash.c
99
generate_hash_arrays.cpp
1010
)
1111

12+
enable_language(CXX)
13+
enable_language(C)
14+
1215
add_library(libc_hash ${SRC})
1316

1417
set(CMAKE_FORTRAN_LINK_EXECUTABLE "<CMAKE_Fortran_COMPILER> <CMAKE_Fortran_LINK_FLAGS> <LINK_FLAGS> <FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>")

0 commit comments

Comments
 (0)