Skip to content

Commit

Permalink
fix(CMakeLists): memperbaiki parameter cmake
Browse files Browse the repository at this point in the history
Signed-off-by: slowy07 <[email protected]>
  • Loading branch information
slowy07 committed Oct 8, 2024
1 parent a3acc91 commit fce8675
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ cmake_minimum_required(VERSION 3.16)
project(bellshadeFortran LANGUAGES Fortran)

add_compile_options(
-Wall
-Wextra
-Wpedantic
-Waliasing
-Wconversion-extra
-Wimplicit-interface
-Wimplcit-procedure
-Wsuprising
-Werror
-Wall
-Wextra
-Wpedantic
-Waliasing
-Wconversion-extra
-Wimplicit-interface
-Wimplicit-procedure
-Wsurprising
-Werror
)

function(source_fortran DIR SOURCES)
Expand Down

0 comments on commit fce8675

Please sign in to comment.