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

Where cmake is looking for functions? #796

Closed
dwarning opened this issue Jul 3, 2024 · 4 comments
Closed

Where cmake is looking for functions? #796

dwarning opened this issue Jul 3, 2024 · 4 comments
Labels

Comments

@dwarning
Copy link

dwarning commented Jul 3, 2024

Building since years successful numerical applications on my laptop I am surprised that my own build for qucs-s is working very well if I see the excerpt output of the cmake command to stdout:

-- Looking for floor
-- Looking for floor - not found
-- Looking for pow
-- Looking for pow - not found
-- Looking for exp
-- Looking for exp - not found
-- Looking for sqrt
-- Looking for sqrt - not found
-- Looking for log10
-- Looking for log10 - not found
-- Looking for log
-- Looking for log - not found
-- Looking for cos
-- Looking for cos - not found
-- Looking for sin
-- Looking for sin - not found
-- Looking for acos
-- Looking for acos - not found
and much more.
This is under ubuntu 22.04.

@ra3xdh
Copy link
Owner

ra3xdh commented Jul 3, 2024

I am getting the same warning on all platforms, but everything could be built without problems. Probably the Cmake checks for some specific function versions. I think these warning may be ignored.

@ra3xdh ra3xdh added the cmake label Jul 3, 2024
@dsm
Copy link
Collaborator

dsm commented Jul 3, 2024

this checks related to qucsator_rf

@ra3xdh
Copy link
Owner

ra3xdh commented Jul 3, 2024

This warning message is explained here: https://stackoverflow.com/questions/50220242/cmake-check-function-exists-doesnt This is an issue of check_function_exists implementation in CMake.

@ra3xdh
Copy link
Owner

ra3xdh commented Jul 4, 2024

@dwarning , See the ra3xdh/qucsator_rf#10 for the follow-up for this.

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

3 participants