Skip to content

Commit 82271dd

Browse files
Merge pull request #72 from Gjacquenot/patch-2
2 parents c1ad6f3 + f87b51c commit 82271dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif()
3434
# Use MSVS folders to organize projects on windows
3535
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
3636

37-
set( LIB_NAME ${CMAKE_PROJECT_NAME} )
37+
set( LIB_NAME ${PROJECT_NAME} )
3838
set( PROJECT_DESCRIPTION
3939
"Multidimensional B-Spline Interpolation of Data on a Regular Grid" )
4040
set( PROJECT_URL "https://github.com/jacobwilliams/bspline-fortran" )

0 commit comments

Comments
 (0)