Skip to content

Commit 6e64666

Browse files
committed
Fix cmake
1 parent ab91e9e commit 6e64666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_hsolver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if(ENABLE_COVERAGE)
7979
endif()
8080

8181
if(ENABLE_LCAO AND USE_ELPA)
82-
add_subdirectory(genelpa)
82+
add_subdirectory(module_genelpa)
8383
endif()
8484

8585
IF (BUILD_TESTING)

0 commit comments

Comments
 (0)