Skip to content

Commit

Permalink
[Bugfix] Rename directive in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirraide committed Nov 1, 2023
1 parent cc12395 commit 3ba1e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FCHKDiscoverTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function(FCHKAddAllTestsInDir)

set(fchk_prefix "")
if (FCHKAddAllTestsInDir_PREFIX)
set(fchk_prefix -p ${FCHKAddAllTestsInDir_PREFIX})
set(fchk_prefix --prefix ${FCHKAddAllTestsInDir_PREFIX})
endif()

foreach (dir ${FCHKAddAllTestsInDir_IN})
Expand Down

0 comments on commit 3ba1e4d

Please sign in to comment.