Remove cxx_modules flag again from targets
This commit is contained in:
@@ -23,7 +23,6 @@ function(ConfigureFGLTarget NAME SRC_DIR INCLUDE_DIR)
|
||||
target_compile_definitions(${NAME} PUBLIC "-DFGL_STRICT_WARNINGS=1")
|
||||
endif ()
|
||||
|
||||
set_target_properties(${NAME} PROPERTIES CXX_MODULE_STD 1)
|
||||
target_compile_features(${NAME} PUBLIC cxx_std_23)
|
||||
endfunction()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user