Skip to content

Commit

Permalink
Remove C from languages in ch 5, r 4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed May 31, 2018
1 parent 99ca95f commit fc51755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapter-05/recipe-04/cxx-example/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

project(recipe-04 LANGUAGES CXX C)
project(recipe-04 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ in
eigen3_3
exa
gcc
gdb
gfortran
gfortran.cc.lib
graphviz
hdf5-fortran
lcov
Expand Down

0 comments on commit fc51755

Please sign in to comment.