Skip to content

Commit

Permalink
remove non-existent install file
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 2, 2020
1 parent 796fda0 commit 560ff69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions Examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ else()
FetchContent_MakeAvailable(h5fortran_proj)
endif()

# this helps linters e.g. Visual Studio Intellicode work properly
set(CMAKE_EXPORT_COMPILE_COMMANDS on)

# --- Fortran interface for examples
add_library(fortran_interface fortran_interface.f90)
target_link_libraries(fortran_interface PRIVATE h5fortran::h5fortran)
Expand Down
2 changes: 1 addition & 1 deletion cmake/compilers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ elseif(CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
endif()

if(CMAKE_Fortran_COMPILER_VERSION VERSION_EQUAL 9.3.0)
# makes a lot of spurious warnings on alloctable scalar character
# makes a lot of spurious warnings on allocatable scalar character
string(APPEND CMAKE_Fortran_FLAGS " -Wno-maybe-uninitialized")
elseif(CMAKE_Fortran_COMPILER_VERSION VERSION_EQUAL 10.2.0)
# avoid spurious warning on intrinsic :: rank
Expand Down
3 changes: 0 additions & 3 deletions cmake/install.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# --- package specific

install(FILES ${CMAKE_CURRENT_LIST_DIR}/hdf5.cmake
DESTINATION lib/cmake/${PROJECT_NAME})

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/include/h5fortran.mod
DESTINATION include)

Expand Down

0 comments on commit 560ff69

Please sign in to comment.