Skip to content

Commit

Permalink
[irods#858] Fix typo in unit_tests/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Jan 17, 2024
1 parent a020cff commit 29f4802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (DEFINED IRODS_UNIT_TESTS_BUILD_WITH_INSTALL_RPATH_INIT)
else()
set(DEFAULT_UNIT_TESTS_BUILD_WITH_INSTALL_RPATH YES)
endif()
set(IRODS_UNIT_TESTS_BUILD_WITH_INSTALL_RPATH "${DEFAULT_UNIT_TESTS_BUILD_WITH_INSTALL_RPATH}" CACHE BOOL "Build unit tests with intall RPATH/RUNPATH")
set(IRODS_UNIT_TESTS_BUILD_WITH_INSTALL_RPATH "${DEFAULT_UNIT_TESTS_BUILD_WITH_INSTALL_RPATH}" CACHE BOOL "Build unit tests with install RPATH/RUNPATH")

if (NOT IRODS_UNIT_TESTS_BUILD AND NOT IRODS_ENABLE_ALL_TESTS)
return()
Expand Down

0 comments on commit 29f4802

Please sign in to comment.