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 d42a068 commit fc653dfCopy full SHA for fc653df
1 file changed
CMakeLists.txt
@@ -27,7 +27,7 @@ endfunction()
27
# DEPRECATED! Should be merged into add_module_library.
28
function(enable_module target)
29
if (MSVC)
30
- set(BMI ${CMAKE_CURRENT_BINARY_DIR}/${target}.ifc)
+ file(TO_NATIVE_PATH "${CMAKE_CURRENT_BINARY_DIR}/${target}.ifc" BMI)
31
target_compile_options(${target}
32
PRIVATE /interface /ifcOutput ${BMI}
33
INTERFACE /reference fmt=${BMI})
0 commit comments