Skip to content

Commit

Permalink
Fix ninja failure?
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Mar 18, 2024
1 parent a1a3ba3 commit 5ab5e89
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/data_handling/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

add_library( data_handling SHARED data_handling.f90 )

add_dependencies( data_handling service )
target_link_libraries( data_handling service )
2 changes: 1 addition & 1 deletion src/integ_trans/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

add_library( integ_trans SHARED integ_trans.f90 )

add_dependencies( integ_trans service )
target_link_libraries( integ_trans service )
2 changes: 1 addition & 1 deletion src/interpolation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

add_library( interpolation SHARED interpolation.f90 )

add_dependencies( interpolation service )
target_link_libraries( interpolation service )
2 changes: 1 addition & 1 deletion src/linear/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ add_library( linear SHARED linear.f90 )

target_link_libraries( linear ${LAPACK_LIBRARIES} )

add_dependencies( linear service )
target_link_libraries( linear service )
2 changes: 1 addition & 1 deletion src/special_functions/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

add_library( special_functions SHARED special_functions.f90 )

add_dependencies( special_functions service )
target_link_libraries( special_functions service )

0 comments on commit 5ab5e89

Please sign in to comment.