Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-c-0.31.0
Description
In tools/cmake/Modules/WindowsC99CheckDef.cmake:
COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_MODULE_PATH}/WindowsC99SymbolCheck.py $<TARGET_FILE_DIR:qpid-proton>
This is wrong, if only because CMAKE_MODULE_PATH is a list of directories, not a single directory.