Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelfma <fenix1905@tut.by>2020-12-13 22:10:24 +0300
committerelfma <fenix1905@tut.by>2020-12-13 22:10:24 +0300
commitcbf7bdaf02535bab9f32d37c984250cbf459bca9 (patch)
treebd5f014a7432172469c0cef2ae81a2e9b60747a1 /editorcomp
parentf173716316b3970fc2f2cc0623153c5140ebbceb (diff)
cosmetic - remove previously commented lines
Diffstat (limited to 'editorcomp')
-rw-r--r--editorcomp/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/editorcomp/CMakeLists.txt b/editorcomp/CMakeLists.txt
index c83e7800..db78971f 100644
--- a/editorcomp/CMakeLists.txt
+++ b/editorcomp/CMakeLists.txt
@@ -7,10 +7,6 @@ set(SOURCES
add_library (editorcomp MODULE ${SOURCES})
-#if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
-# set(CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS "${CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS} -flat_namespace -undefined suppress")
-#endif()
-
target_link_libraries(editorcomp utils far2l)
target_compile_definitions(editorcomp PRIVATE -D_UNICODE -DUNICODE -D__unix__)