We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I could't build this project on my mac. So, I made CMakeLists.txt for this project.
Only tested with mac(apple) environment.
mkdir build cd build cmake .. make
That's OK, But cmake .. -DCMAKE_BUILD_TYPE=Release make Causes SIGSEGV.
https://github.com/oki-miyuki/cmake_for_x3f
Thank you for Greate Project!
The text was updated successfully, but these errors were encountered:
Thanks for the information. We usually build the Mac binaries in a Linux container.
Sorry, something went wrong.
I found that I needed to add the following line: set(CMAKE_CXX_FLAGS -L/opt/homebrew/Cellar/libtiff/4.4.0_1/lib)
set(CMAKE_CXX_FLAGS -L/opt/homebrew/Cellar/libtiff/4.4.0_1/lib)
Change (to get rid of warnings)
FIND_PACKAGE(OPENCV REQUIRED)
FIND_PACKAGE(OpenCV REQUIRED)
FIND_PACKAGE(ICONV REQUIRED)
FIND_PACKAGE(Iconv REQUIRED)
No branches or pull requests
I could't build this project on my mac.
So, I made CMakeLists.txt for this project.
Only tested with mac(apple) environment.
mkdir build
cd build
cmake ..
make
That's OK,
But
cmake .. -DCMAKE_BUILD_TYPE=Release
make
Causes SIGSEGV.
https://github.com/oki-miyuki/cmake_for_x3f
Thank you for Greate Project!
The text was updated successfully, but these errors were encountered: