Skip to content

Commit

Permalink
issue #169 Add GNUInstallDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Mar 20, 2021
1 parent 4bfc061 commit 6eb4332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mir/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ if (COMPILER_OPT_NO_IPA_CP_CLONE_SUPPORTED AND NOT CMAKE_C_FLAGS MATCHES "-fno-i
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-ipa-cp-clone")
endif()

include(GNUInstallDirs)
add_library(c2mir ${MIR_BUILD_TYPE}
${MIR_HEADERS}
${MIR_SRCS}
Expand Down

0 comments on commit 6eb4332

Please sign in to comment.