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.
1 parent 6d5e8d8 commit 4c279baCopy full SHA for 4c279ba
sql/ordering/CMakeLists.txt
@@ -1,6 +1,8 @@
1
SET(LOCAL_FILES
2
_cuthillMckeeOrdering.sql
3
cuthillMckeeOrdering.sql
4
+ _sloanOrdering.sql
5
+ sloanOrdering.sql
6
)
7
8
# Do not modify below this line
@@ -12,4 +14,4 @@ foreach (f ${LOCAL_FILES})
12
14
list(APPEND PACKAGE_SQL_FILES ${CMAKE_CURRENT_BINARY_DIR}/${f})
13
15
endforeach()
16
-set(PROJECT_SQL_FILES ${PROJECT_SQL_FILES} ${PACKAGE_SQL_FILES} PARENT_SCOPE)
17
+set(PROJECT_SQL_FILES ${PROJECT_SQL_FILES} ${PACKAGE_SQL_FILES} PARENT_SCOPE)
0 commit comments