Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[regression] Could NOT find coordgen with RDK_INSTALL_STATIC_LIBS=OFF #7358

Open
vedranmiletic opened this issue Apr 13, 2024 · 0 comments
Open
Labels

Comments

@vedranmiletic
Copy link
Contributor

This is on FreeBSD 14 amd64 with Clang 16. I use the following configuration:

% cmake -B build -S . -DCMAKE_CXX_FLAGS='-DBOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED=1' -DRDK_INSTALL_STATIC_LIBS=OFF

The error printed by CMake during configuration is:

-- coordgen include dir set as coordgen_INCLUDE_DIRS-NOTFOUND
-- coordgen libraries set as 'coordgen_LIBRARIES-NOTFOUND'
-- Could NOT find coordgen (missing: coordgen_INCLUDE_DIRS coordgen_LIBRARIES)
Downloading https://github.com/schrodinger/coordgenlibs/archive/v3.0.2.tar.gz...
CMake Error at External/CoordGen/CMakeLists.txt:90 (target_compile_options):
Cannot specify compile options for target "coordgen_static" which is not
built by this project.

With RDK_INSTALL_STATIC_LIBS=ON configuration works fine. If I use Release_2024_03 branch (Release_2024_03_1 tag) instead of current master a087cfd, it works fine.

I bisected the issue. The first bad commit is 9367e20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant