Skip to content

Commit

Permalink
Improve punctuation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Sep 6, 2024
1 parent a2a9d36 commit cf28f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ if(APPLE_MAC_OS OR LINUX OR WIN32)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY $<1:${KTX_BUILD_DIR}/$<CONFIG>>)
if(APPLE_MAC_OS OR LINUX)
# Use a common RUNTIME_OUTPUT_DIR and LIBRARY_OUTPUT_DIR for all
# targets, so that INSTALL RPATH is functional in build directory
# targets so that INSTALL RPATH is functional in build directory
# as well. BUILD_WITH_INSTALL_RPATH is necessary for working code
# signing. Signing happens at build time so the binary must not
# be altered during install. Although Linux code is not yet being
Expand Down

0 comments on commit cf28f42

Please sign in to comment.