Skip to content

Commit

Permalink
Fix install failure
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jan 1, 2018
1 parent 50ed86e commit 521a5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ set(FLANG_MODULE_DIRECTORY_SHARED ${CMAKE_CURRENT_BINARY_DIR}/include)
set(FLANG_MODULE_DIRECTORY_STATIC ${CMAKE_CURRENT_BINARY_DIR}/include-static)

# Install Fortran module files
install(DIRECTORY ${CMAKE_Fortran_MODULE_DIRECTORY}/
install(DIRECTORY ${FLANG_MODULE_DIRECTORY_SHARED}/
DESTINATION include
)

Expand Down

0 comments on commit 521a5b5

Please sign in to comment.