We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2227f1a commit 3408a7bCopy full SHA for 3408a7b
src/CMakeLists.txt
@@ -8,6 +8,7 @@ set(fppFiles
8
stdlib_bitsets_large.fypp
9
stdlib_codata_type.fypp
10
stdlib_constants.fypp
11
+ stdlib_error.fypp
12
stdlib_hash_32bit.fypp
13
stdlib_hash_32bit_fnv.fypp
14
stdlib_hash_32bit_nm.fypp
@@ -102,7 +103,6 @@ set(SRC
102
103
stdlib_ansi_to_string.f90
104
stdlib_array.f90
105
stdlib_codata.f90
- stdlib_error.f90
106
stdlib_hashmap_wrappers.f90
107
stdlib_hashmaps.f90
108
stdlib_hashmap_chaining.f90
0 commit comments