-
Notifications
You must be signed in to change notification settings - Fork 427
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
CMake #7
Comments
it works, but I have some error when i compile it with VS2013, win7 64bit poissonrecon-master\src\Window.h(71): error C2144: 语法错误:“std::enable_if<I==0,unsigned int>:: anyone knows how to deal with it? |
I might be wrong, but I think |
I'm not sure. Technically, std:: enable_if is supported since C++11. It could be that it's not supported until MSVC 2015.
Do the executables work?
…-- Misha
On May 27, 2018 3:18:09 AM EDT, cDc ***@***.***> wrote:
I might be wrong, but I think `std::enable_if` is not supported in
vc2013, use a later version
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#7 (comment)
|
Thanks, VS2015 works, CmakeLists is right |
hi,thanks your CMakeList,but I use this CMakeList with vs2015 win10 64bit,configure step occur "CMake Error at CMakeLists.txt:35 (LIST): |
{cmake} Use target_compile_definitions
Sorry - I don't know how the change in my fork ended up referencing this old issue. There are no issue numbers in my commit. Please ignore the above :-) |
I put together a small CMake script for building your library. If interested in adding it please find it attached.
Thank you for this great library!
CMakeLists.txt
The text was updated successfully, but these errors were encountered: