Skip to content

Commit ae08957

Browse files
committed
Fix clang CI
1 parent 5df9e1e commit ae08957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intern/rayx-core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
9292
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
9393
set(COMPILE_PLATFORM RAYX_PLATFORM_MSVC)
9494
else()
95-
set(COMPILE_PLATFORM UNKNOWN)
95+
set(COMPILE_PLATFORM RAYX_PLATFORM_UNKNOWN)
9696
endif()
9797

9898
target_compile_definitions(${PROJECT_NAME}

0 commit comments

Comments
 (0)