VikingScientist / LRsplines

Locally Refined B-splines
Other
19 stars 11 forks source link

cmake . #23

Open Batmanabcdefg opened 6 years ago

Batmanabcdefg commented 6 years ago

Hey Kjetil,

I cannot install LRsplines as I got followings bugs:

CMake Error at CMakeLists.txt:15 (TARGET_COMPILE_FEATURES): Unknown CMake command "TARGET_COMPILE_FEATURES".

-- Configuring incomplete, errors occurred!

Best

VikingScientist commented 6 years ago

Sorry for the late reply, but my notifications was messed up.

I can't reproduce this error. What system are you compiling on? What output does the following commands give?

git log --name-status HEAD^..HEAD
cmake -version
g++ --version
arch

If you don't need to compile from source, then there are pre-compiled headers ready for installation on Ubuntu systems. Instructions can be found at http://lrbsplines.com/download.html

Batmanabcdefg commented 6 years ago

Thanks for your reply:

It does not works:

# E: Unable to locate package liblrspline-dev

Best