-
**If you have feedback, questions, or need help, please post here or open a new issue.**
In recent commits @maxderhak has contributed a significant uplift, including JSON support for ICC profiles, …
xsscx updated
6 hours ago
-
The tutorial https://rt-labs.com/profinet/a-beginners-guide-to-profinet-get-started-in-60-minutes/ suggests that there is a CMakeLists.txt.
Yet, if I try to build p-net according to the tutorial, I…
-
Hello
CMakeLists.txt disappeared from the project. It was very useful for building a lib, debian installer and it is possible to integrate unit testing.
Is it possible to add a new CMakeLists.txt fi…
-
**More info:**
1. This issue is reproduced on both release and pre-release versions, so it's not a regression issue
2. Repro Language: All loc languages
3. Repro platform: Windows, Linux, Mac
**Re…
-
Hi Fedora packager. do you mind making the following edits tour your cmakelist file to make it easir to package this libary for Fedora? thanks
- Use `CMakePackageConfigHelpers` macros [1] and include…
-
```
~/repos/lfortran/integration_tests(main)$ cat CMakeLists.txt | grep
Received Ctrl+C
Received Ctrl+C
Received Ctrl+C
[hangs]
```
I don't have `grep` installed.
-
- should set `CMAKE_CXX_STANDARD` (what's the current minimum?)
- should set `target_include_directories`
- do we really need to depend on the C HDF5 libraries ?
- why is this code here, and if it'…
-
we've observed issues in the past where flags set in llvm's cmake files end up polluting toolchain command line options for libc.
Via discussions with @ldionne on discord and https://github.com/llv…
-
On Linux, I get:
`git/sentry-native/src/backends/sentry_backend_crashpad.cpp:55: undefined reference to `operator delete(void*, unsigned long)'`
What fixed it for me was to link with `stdc++`:
CMak…
-
Hello, Is there any available CMakeLists.txt or instructions to build in Windows with Visual Studio ?
By the way, really nice extension,