Skip to content

Commit

Permalink
Merge pull request #6 from aeberspaecher/projectName
Browse files Browse the repository at this point in the history
Change project name in in CMake file to "fortranutils"
  • Loading branch information
certik committed Aug 22, 2012
2 parents c53af45 + 412e79e commit 997228c
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 @@ -4,7 +4,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_SOURCE_DIR}/cmake/UserOverride.cmake)

enable_language(Fortran)

project(featom)
project(fortranutils)

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

Expand Down

0 comments on commit 997228c

Please sign in to comment.