Skip to content

Commit b925152

Browse files
committed
fix cmake
1 parent b02072c commit b925152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# If necessary, use the RELATIVE flag, otherwise each source file may be listed
22
# with full pathname. RELATIVE may makes it easier to extract an executable name
33
# automatically.
4-
file( GLOB APP_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.c )
4+
file( GLOB APP_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.c)
55
# file( GLOB APP_SOURCES ${CMAKE_SOURCE_DIR}/*.c )
66
# AUX_SOURCE_DIRECTORY(${CMAKE_CURRENT_SOURCE_DIR} APP_SOURCES)
77
foreach( testsourcefile ${APP_SOURCES} )

0 commit comments

Comments
 (0)