Skip to content

Commit eb877f2

Browse files
committed
s
1 parent 43dc92f commit eb877f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if (BUILD_TESTING)
7979
set(oneValueArgs PLATFORM NAME)
8080
set(multiValueArgs ADD_LIBRARY)
8181

82-
cmake_parse_arguments(PARSE "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
82+
cmake_parse_arguments(PARSE "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
8383
get_filename_component(LIBRARY ${CFG_TEST} NAME_WE)
8484
# TODO: get rid of this
8585
if(PARSE_ADD_LIBRARY)

0 commit comments

Comments
 (0)