Skip to content

Commit

Permalink
Remove dependency that confused ninja-build.
Browse files Browse the repository at this point in the history
  • Loading branch information
xoviat committed Dec 28, 2017
1 parent f70c7b7 commit c45ea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/flang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ set_source_files_properties(
ieee_arithmetic.F95
ieee_exceptions.F95
PROPERTIES
OBJECT_DEPENDS ${CMAKE_Fortran_MODULE_DIRECTORY}/iso_c_binding.mod
#OBJECT_DEPENDS ${CMAKE_Fortran_MODULE_DIRECTORY}/iso_c_binding.mod
)

set_target_properties(flang_static flang_shared
Expand Down

0 comments on commit c45ea61

Please sign in to comment.