-
Notifications
You must be signed in to change notification settings - Fork 658
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
Compiling Octomap under Windows 7 VC++2008, CMake warning (Qt4) #44
Comments
That sounds like a valid warning to me, probably due to some change in CMake behavior. The file
Although I wonder if there is a more portable CMake way instead... |
Using |
Thank you for fast help. |
@tmdiv check the commit above, can you test if this fixes it for you? You can try the code from the "devel-cmake-suffix" branch. To debug, can you post the contents of the file |
I have tried the fix. There is no CMake warning. Still VS projects: compare_octrees, exampleEDTOctomap, exampleEDT3D, octovis can't see liboctomap.dll, but there is no problem with liboctomath now.
|
Fix #44: CMAKE_SHARED_LIBRARY_SUFFIX in CMakeConfig for abs.library path
Whilie generating Visual Studio *.sln CMake 2.8.10.1 shows warning. The produced *.sln has improper lib dependencies. The same situation appears with octomap 1.6.1, 1.6.0. Is this a bug or CMake (gui) problem?
The text was updated successfully, but these errors were encountered: