diff --git a/hecl/CMakeLists.txt b/hecl/CMakeLists.txt index adee02928..ccd345f6c 100644 --- a/hecl/CMakeLists.txt +++ b/hecl/CMakeLists.txt @@ -44,7 +44,7 @@ foreach(name ${HECL_APPLICATION_STAGE_REPS}) set(HECL_APPLICATION_STAGE_REPS_LOCAL "${HECL_APPLICATION_STAGE_REPS_LOCAL}STAGES_${name}(P, S) \\\n") endforeach() -configure_file(include/hecl/ApplicationReps.hpp.in ApplicationReps.hpp @ONLY) +configure_file(include/hecl/ApplicationReps.hpp.in ${CMAKE_CURRENT_BINARY_DIR}/ApplicationReps.hpp @ONLY) set(ATHENA_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/extern/athena/include) set(ATHENA_INCLUDE_DIR ${ATHENA_INCLUDE_DIR} PARENT_SCOPE) diff --git a/hecl/extern/boo b/hecl/extern/boo index e7a464896..22cb5bb0a 160000 --- a/hecl/extern/boo +++ b/hecl/extern/boo @@ -1 +1 @@ -Subproject commit e7a46489681a8b4de247474b1d3dfb88b75b34a8 +Subproject commit 22cb5bb0a84a02bf836df6411243aa4b53624243