Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii authored Nov 25, 2023
1 parent 6732e6f commit 555a1ea
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 @@ -19,7 +19,7 @@ endif()
# include the configuration file
include(cmake/Config.cmake)

if (GENESIS_OS_LINUX || GENESIS_OS_MACOS)
if (GENESIS_OS_LINUX OR GENESIS_OS_MACOS)
# Set execute permissions for the extracted executable. For some reason it doesn't have them by default.
# file(
# COPY ${CMAKE_CURRENT_SOURCE_DIR}/tools/dxc/linux/bin/dxc
Expand Down

0 comments on commit 555a1ea

Please sign in to comment.