Skip to content

Commit

Permalink
Merge pull request QMCPACK#3493 from ye-luo/fix-cmake
Browse files Browse the repository at this point in the history
Fix accidentally moved executables by QMCPACK#3467
  • Loading branch information
ye-luo authored Sep 29, 2021
2 parents 6873d62 + d8b9ea4 commit ed14d86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/QMCTools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

project(qmctools)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${qmcpack_BINARY_DIR}/bin)
add_executable(convert4qmc convert4qmc.cpp QMCGaussianParserBase.cpp GaussianFCHKParser.cpp GamesAsciiParser.cpp
LCAOHDFParser.cpp DiracParser.cpp)

Expand Down
1 change: 1 addition & 0 deletions src/QMCTools/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#//////////////////////////////////////////////////////////////////////////////////////


unset(CMAKE_RUNTIME_OUTPUT_DIRECTORY)
set(SRC_DIR tools)
set(UTEST_EXE test_${SRC_DIR})
set(UTEST_NAME deterministic-unit_test_${SRC_DIR})
Expand Down
1 change: 1 addition & 0 deletions src/Sandbox/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
project(Sandbox)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${qmcpack_BINARY_DIR}/bin)
# add apps XYZ.cpp, e.g., qmc_particles.cpp
set(ESTEST diff_distancetables einspline_spo einspline_spo_nested determinant restart determinant_delayed_update)

Expand Down

0 comments on commit ed14d86

Please sign in to comment.