There was an error while loading. Please reload this page.
1 parent 5c415fb commit dbd9434Copy full SHA for dbd9434
tests/CMakeLists.txt
@@ -1,5 +1,5 @@
1
function(add_platform_definitions TARGET)
2
- target_compile_features(oup INTERFACE cxx_std_20)
+ target_compile_features(${TARGET} INTERFACE cxx_std_20)
3
if(CMAKE_SYSTEM_NAME MATCHES "Emscripten")
4
target_compile_definitions(${TARGET} PRIVATE OUP_PLATFORM_WASM)
5
target_compile_definitions(${TARGET} PRIVATE OUP_COMPILER_EMSCRIPTEN)
0 commit comments