We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1ad6f3 + f87b51c commit 82271ddCopy full SHA for 82271dd
CMakeLists.txt
@@ -34,7 +34,7 @@ endif()
34
# Use MSVS folders to organize projects on windows
35
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
36
37
-set( LIB_NAME ${CMAKE_PROJECT_NAME} )
+set( LIB_NAME ${PROJECT_NAME} )
38
set( PROJECT_DESCRIPTION
39
"Multidimensional B-Spline Interpolation of Data on a Regular Grid" )
40
set( PROJECT_URL "https://github.com/jacobwilliams/bspline-fortran" )
0 commit comments