pure-data / pd.cmake

A CMake based build system for Pure Data libraries.
GNU General Public License v3.0
1 stars 4 forks source link

README confused about 'PD_CMAKE_PATH' vs 'PDCMAKE_DIR' #17

Closed umlaeute closed 5 months ago

umlaeute commented 5 months ago

reading the README, it is unclear whether one should use PD_CMAKE_PATH or PDCMAKE_DIR to set the location of pd.cmake.

we should strive for consistency with pd-lib-builder, but we must have internal consistency :-) ideally we reach internal consistency while staying consistent with pd-lib-builder.

(also the confusion can be found in pd.cmake, Examples/CMakeLists.txt and Tests/01.Deprecated-Functions/CMakeLists.txt)

charlesneimog commented 5 months ago

Thanks!