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

Fix project definition which prevents compilation #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ahundt
Copy link

@ahundt ahundt commented May 21, 2019

I also added:

project(TRTK LANGUAGES CXX)

in the cmake which was causing an error without specifying CXX.

ahundt added 3 commits May 21, 2019 16:19
* commit 'bf556f16cf10757456658567d324daa86725d01f':
  Marked the current version as v1.1.0.
  Enhanced documentation for the PinholeCameraModel class. Adapted the example code.
  - enhanced c++ support under MSVC - made FLANN and FFTW3 optional  -->  resp. files are excluded - small fixes in Range.hpp and CorrelationSphere.hpp - added PinholeCameraModel.hpp and unit tests
  - enhanced c++ support under MSVC - made FLANN and FFTW3 optional  -->  resp. files are excluded - small fixes in Range.hpp and CorrelationSphere.hpp - added PinholeCameraModel.hpp and unit tests
  Fixed some compiler warnings in Coordinate.hpp and ClientServer.cpp; updated the CMake file.

# Conflicts:
#	CMakeLists.txt
@ahundt ahundt changed the title Fix include of files which aren't present in the repository anymore Fix project definition which prevents compilation May 30, 2019
@ahundt
Copy link
Author

ahundt commented May 30, 2019

update: the project call still needs to be corrected for this to compile correctly

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

Successfully merging this pull request may close these issues.

1 participant