We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606df95 commit 3060b65Copy full SHA for 3060b65
cmake/LSLCMake.cmake
@@ -37,6 +37,7 @@ function(LSL_get_target_arch)
37
#else
38
#error cmake_ARCH unknown
39
#endif")
40
+ enable_language(C)
41
try_compile(dummy_result "${CMAKE_BINARY_DIR}"
42
SOURCES "${CMAKE_BINARY_DIR}/arch.c"
43
OUTPUT_VARIABLE ARCH)
0 commit comments