Skip to content

Commit 0ea44bd

Browse files
committed
remove unused project() statements that cause intermittant compiler failures
1 parent bebe912 commit 0ea44bd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/tests/ascii/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
project(ascii)
2-
31
add_executable(test_ascii test_ascii.f90)
42
target_link_libraries(test_ascii fortran_stdlib)
53

src/tests/loadtxt/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
project(loadtxt)
2-
31
add_executable(test_loadtxt test_loadtxt.f90)
42
target_link_libraries(test_loadtxt fortran_stdlib)
53

0 commit comments

Comments
 (0)