Skip to content

Commit

Permalink
More inconsistent case variant of CMAKE_Fortran_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert authored and peremato committed Jun 21, 2016
1 parent f58f0d2 commit 898478d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/scripts/RootUseFile.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ link_directories(${ROOT_LIBRARY_DIR})
add_definitions(${ROOT_DEFINITIONS})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ROOT_CXX_FLAGS}")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${ROOT_C_FLAGS}")
set(CMAKE_fortran_FLAGS "${CMAKE_fortran_FLAGS} ${ROOT_fortran_FLAGS}")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${ROOT_fortran_FLAGS}")
2 changes: 1 addition & 1 deletion etc/cmake/RootUseFile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ link_directories(${ROOT_LIBRARY_DIR})
add_definitions(${ROOT_DEFINITIONS})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ROOT_CXX_FLAGS}")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${ROOT_C_FLAGS}")
set(CMAKE_fortran_FLAGS "${CMAKE_fortran_FLAGS} ${ROOT_fortran_FLAGS}")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${ROOT_fortran_FLAGS}")

0 comments on commit 898478d

Please sign in to comment.