build: streamline CMAKE_MODULE_PATH interaction

This commit is contained in:
Roland Conybeare 2024-03-15 19:31:30 -04:00
commit b07ce785c5
5 changed files with 22 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# xo_pydistribution/src/pydistribution/CMakeLists.txt
set(SELF_LIB pydistribution)
set(SELF_LIB xo_pydistribution)
set(SELF_SRCS pydistribution.cpp)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})