Skip to content

Commit 8907f26

Browse files
authoredJan 24, 2025··
Apply suggestions from code review
1 parent cf60c8d commit 8907f26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#### Pre-process: .fpp -> .f90 via Fypp
22

3-
43
# Create a list of the files to be preprocessed
54
set(fppFiles
65
stdlib_ascii.fypp
@@ -120,7 +119,6 @@ set(SRC
120119
${outPreprocFiles}
121120
)
122121

123-
message(${outPreprocFiles})
124122
add_library(${PROJECT_NAME} ${SRC})
125123

126124
set_target_properties(

0 commit comments

Comments
 (0)
Please sign in to comment.