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

GF_PLUGIN_FOLDER is not created #17

Open
balazsdukai opened this issue Jan 25, 2023 · 0 comments
Open

GF_PLUGIN_FOLDER is not created #17

balazsdukai opened this issue Jan 25, 2023 · 0 comments

Comments

@balazsdukai
Copy link
Member

On branch: develop

chmod 1777 $geoflow_src && \
    cd $geoflow_src && \
    mkdir -p $GF_PLUGIN_FOLDER && \
    mkdir -p build && cd build && \
    cmake .. \
      -DCMAKE_BUILD_TYPE=Release \
      -DGF_BUILD_GUI=OFF \
      -DGF_PLUGIN_FOLDER=$GF_PLUGIN_FOLDER && \
    cmake --build . --parallel $JOBS --config Release
# Split the install from the build, because it makes easier to debug installation issues
cd $geoflow_src/build && cmake --install .

If the GF_PLUGIN_FOLDER does not exists, it is not created. However, geoflow builds and installs without errors. Only when running it, it complains about the missing GF_PLUGIN_FOLDER.

The same happens even if I don't specify GF_PLUGIN_FOLDER.
It sets GF_PLUGIN_FOLDER to /usr/local/lib/geoflow-plugins (on ubuntu), but does not create the dir.

Could cmake create GF_PLUGIN_FOLDER if it does not exist?

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

No branches or pull requests

1 participant