Skip to content

Commit

Permalink
cmake: fix harmless typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Jan 21, 2024
1 parent 9d5a115 commit 3e8b8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-paths-sthalik@MSVC-windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ setq(ONNXRuntime_DIR "onnxruntime-1.16.3")
setq(SDK_TRACKHAT_SENSOR "trackhat-c-library-driver/build/install")
setq(SDK_OSCPACK "oscpack/build")
else()
message(FATAL_ERROR "unknown word size ${CMAKE_SIZEOF_VOID_P}b")
message(FATAL_ERROR "unknown word size ${CMAKE_SIZEOF_VOID_P}")
endif()

set(CMAKE_ASM_NASM_COMPILER nasm.exe CACHE FILEPATH "" FORCE)
Expand Down

0 comments on commit 3e8b8ff

Please sign in to comment.