We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bd8afb + 42f9c07 commit 3cfa675Copy full SHA for 3cfa675
1 file changed
CMakeLists.txt
@@ -253,6 +253,9 @@ foreach(module dynd.ndt.type dynd.ndt.json)
253
TARGET ${module}
254
PROPERTY COMPILE_DEFINITIONS PYDYND_EXPORT
255
)
256
+ # Make sure the api headers are all built and postprocessed
257
+ # before anything tries to build conversions.cpp
258
+ add_dependencies(${module} dynd.ndt.type_postprocess)
259
if(DYND_INSTALL_LIB)
260
target_link_libraries(${module} "${LIBDYNDT_LIBRARY}")
261
else()
0 commit comments