Skip to content

Commit

Permalink
remove apple specific line
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Jul 22, 2024
1 parent e3ca5b2 commit 4cd0b89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chapter04/ex06_pack/library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ target_compile_features(ch4_ex06_library PRIVATE cxx_std_11)
# Specify the include directories for the target named `ch4_ex02_static`
target_include_directories(ch4_ex06_library PUBLIC include)

set_target_properties(ch4_ex06_library PROPERTIES PUBLIC_HEADER include/lib.hpp)

include(GNUInstallDirs) # Defines the ${CMAKE_INSTALL_INCLUDEDIR} variable.

Expand Down

0 comments on commit 4cd0b89

Please sign in to comment.