Skip to content

Commit

Permalink
wip efit_to_boozer
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Jan 21, 2025
1 parent 2839c03 commit 024764e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ set (libneo_VERSION_MAJOR 0)
set (libneo_VERSION_MINOR 0)
set (libneo_VERSION_PATCH 3)

enable_language(Fortran)
enable_language(C Fortran)
enable_testing()

if (EXISTS ${CMAKE_CURRENT_BINARY_DIR}/BuildConfig.cmake.in)
include (${CMAKE_CURRENT_BINARY_DIR}/BuildConfig.cmake.in)
endif()

find_program (BASH_PROGRAM bash)

find_package (MPI REQUIRED COMPONENTS Fortran)
Expand Down

0 comments on commit 024764e

Please sign in to comment.