Skip to content

Commit

Permalink
Merge pull request #653 from pshriwise/rename_overlap_dir
Browse files Browse the repository at this point in the history
Correcting name of the overlap_check executable directory.
  • Loading branch information
gonuke authored Oct 22, 2019
2 parents 7947692 + 70af524 commit 90a9191
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions news/PR-0653.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
**Added:** None

**Changed:** Changed name of overlap_check executable directory from "build" to "app".

**Deprecated:** None

**Removed:** None

**Fixed:** None

**Security:** None
2 changes: 1 addition & 1 deletion src/overlap_check/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(OpenMP_FOUND)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${OpenMP_EXE_LINKER_FLAGS}")
endif()

add_subdirectory(build)
add_subdirectory(app)

if (BUILD_TESTS)
add_subdirectory(test)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 90a9191

Please sign in to comment.