]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
cmake: Remove commented line
authorCloudwalk <cloudwalk@icculus.org>
Tue, 14 Sep 2021 15:49:25 +0000 (11:49 -0400)
committerCloudwalk <cloudwalk@icculus.org>
Tue, 14 Sep 2021 15:49:25 +0000 (11:49 -0400)
buildsys/target/engine.cmake

index 45ad1189fe8661ba6f72336ee19d18425770bd98..0974f042995528f60071933b69b6c16b780cd36d 100644 (file)
@@ -1,5 +1,4 @@
 add_library(common INTERFACE)
-#target_sources(common INTERFACE ${OBJ_COMMON})
 target_compile_definitions(common INTERFACE -D_FILE_OFFSET_BITS=64 -D__KERNEL_STRICT_NAMES)
 
 set(ENV{TZ} "UTC")