Skip to content

Commit

Permalink
Fix typo in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Oct 8, 2018
1 parent 3d8653d commit f6373e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ include(Compiler)
include(GNUInstallDirs)


configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.h.in internal/Config.h)include_directories(${CMAKE_BINARY_DIR})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.h.in internal/Config.h)
include_directories(${CMAKE_BINARY_DIR})
add_compile_options(-Wall -Werror -Wextra -pedantic)
if (COVERAGE)
add_compile_options(--coverage -O0)
Expand Down

0 comments on commit f6373e2

Please sign in to comment.