> What do you mean with encode "the build dir AND the installation dir" ? Shouldn't the install dir be enough ? >
I wasn't following this thread so I have no idea what you're referring to, but most of use never do a make install - since we're developing hpx itself and changing things frequently, we do a build and then set other project that need HPX to point to the build dir of HPX. This means we generate HPX-config.cmake files etc in the build dir - as well as - in the install dir and use the build location as a kind of install loc. off topic: I have a setup with Superproject DIR -- hpx subdir -- proj A subir -- proj B subdir etc and about 10 projects all compiled as one bigger project, with some cmake superproject scripts to control it so that when projB calls find_package(projA) it gets found in the right build location - etc etc hth JB _______________________________________________ hpx-users mailing list [email protected] https://mail.cct.lsu.edu/mailman/listinfo/hpx-users
