Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz committed Nov 4, 2024
1 parent 9c5c219 commit fad3e16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bootstrapping.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ if(
message(FATAL_ERROR "try_compile failed: ${errors}")
endif()
endif()

_maud_set(_MAUD_IN2 "ERROR_PLACEHOLDER_MAUD_IN2_NOT_BOOTSTRAPPED")
2 changes: 1 addition & 1 deletion install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install(
"${dir}/cmake_modules/test_.cxx"
"${dir}/cmake_modules/test_.hxx"
"${dir}/cmake_modules/test_main_.cxx"
"${dir}/cmake_modules/.maud_sphinx_cmake_adapter.py.in2"
"${dir}/cmake_modules/maud_sphinx_adapter.py"
"${dir}/cmake_modules/sphinx_requirements.txt"
DESTINATION
"${CMAKE_INSTALL_LIBDIR}/cmake/Maud"
Expand Down

0 comments on commit fad3e16

Please sign in to comment.