diff options
author | Vitaly Novichkov <Wohlstand@users.noreply.github.com> | 2018-12-16 22:20:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 22:20:48 +0300 |
commit | 657c48c65cb312e6513a21696bec589cad03aa01 (patch) | |
tree | 199ba745257368269416fe8416f9f41b834cb2da /utils/gen_adldata/CMakeLists.txt | |
parent | 7babcc0b2c91ace40a74154790f4e9f461e91c59 (diff) | |
parent | 16d2602e043eeb2398bb3be9bb4498228f221be1 (diff) | |
download | libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.tar.gz libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.tar.bz2 libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.zip |
Merge pull request #198 from Flamefire/Cmake_Cleanup
CMake cleanup
Diffstat (limited to 'utils/gen_adldata/CMakeLists.txt')
-rw-r--r-- | utils/gen_adldata/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_adldata/CMakeLists.txt b/utils/gen_adldata/CMakeLists.txt index 40aa4b5..56662e7 100644 --- a/utils/gen_adldata/CMakeLists.txt +++ b/utils/gen_adldata/CMakeLists.txt @@ -48,7 +48,7 @@ if(MSVC) message("Turned on C++11 on MSVC") target_compile_options(gen_adldata PUBLIC "/std:c++latest") else() - target_link_libraries(gen_adldata PRIVATE pthread m stdc++) + target_link_libraries(gen_adldata PRIVATE pthread m) endif() if(WITH_GENADLDATA_COMMENTS) |