diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-27 09:59:16 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-27 09:59:16 +0100 |
commit | 854485a8e5aa0fc231825e732da53f6d6f0eb489 (patch) | |
tree | aadc2ec00194bb08087b92e1f1ae1783314836cf /src | |
parent | b340930ce0eaf467cdf007dbbc7a0e650eeadbf4 (diff) | |
parent | aaf337b83f7e737248bfa6ecdb88b19ea6aae711 (diff) | |
download | ayatana-ido-854485a8e5aa0fc231825e732da53f6d6f0eb489.tar.gz ayatana-ido-854485a8e5aa0fc231825e732da53f6d6f0eb489.tar.bz2 ayatana-ido-854485a8e5aa0fc231825e732da53f6d6f0eb489.zip |
Merge branch 'tari01-pr/cleanup-compile-flags'
Attributes GH PR #57: https://github.com/AyatanaIndicators/ayatana-ido/pull/57
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d0f023e..2f98b5d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -95,7 +95,6 @@ add_custom_command( # ayatana-ido3-0.4.so -set_source_files_properties(${SOURCES} PROPERTIES COMPILE_FLAGS ${COMPILE_FLAGS}) add_library("ayatana-ido3-0.4" SHARED ${SOURCES}) set_target_properties("ayatana-ido3-0.4" PROPERTIES VERSION 0.0.0 SOVERSION 0) target_link_libraries("ayatana-ido3-0.4" ${PROJECT_DEPS_LIBRARIES}) |