Skip to content

Commit dfce078

Browse files
committed
[CMake] details
1 parent f96ac04 commit dfce078

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ INCLUDE(cmake/boost.cmake)
1010
INCLUDE(cmake/test.cmake)
1111
INCLUDE(cmake/python.cmake)
1212

13+
SET(PROJECT_NAMESPACE stack-of-tasks)
1314
SET(PROJECT_NAME dynamic-graph-tutorial)
1415
SET(PROJECT_DESCRIPTION "Tutorial for dynamic-graph")
1516

16-
SET(PROJECT_URL "http://github.com/stack-of-tasks/${PROJECT_NAME}")
17+
SET(PROJECT_URL "http://github.com/${PROJECT_NAME}/${PROJECT_NAME}")
1718

1819
SETUP_PROJECT()
1920

0 commit comments

Comments
 (0)