cmake - How to put several paths in CMAKE_PREFIX_PATH? -


this question has answer here:

how can have several paths cmake needed libraries. installed zlib , libpng under /usr/local/zlib , /usr/local/libpng however, i'm doing first cmake -dcmake_prefix_path=/usr/local/zlib, issuing second command `cmake -dcmake_prefix_path=/usr/local/libpng" in order cmake recognize both. there way have both paths in same variable?

i tried -dcmake_prefix_path=/usr/local/zlib:/usr/local/libpng didn't work.

you need use ; character instead of : define lists.


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -