Skip to content

Commit

Permalink
Fix path to Config.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Oct 8, 2018
1 parent 5b31bf0 commit 3d8653d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ include(Compiler)
include(GNUInstallDirs)


configure_file(${CMAKE_MODULE_PATH}/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 3d8653d

Please sign in to comment.