Skip to content

Commit

Permalink
maddouri#3 CMake error while adding dependency from dynalo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Question committed Apr 11, 2021
1 parent 411199d commit 96cdf83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0.0)

project(dynalo)
project(dynalo LANGUAGES CXX)

#set(CMAKE_CXX_STANDARD 11 )
#set(CMAKE_CXX_STANDARD_REQUIRED ON )
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0.0)

project(dynalo-test)
project(dynalo-test LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 11 )
set(CMAKE_CXX_STANDARD_REQUIRED ON )
Expand Down

0 comments on commit 96cdf83

Please sign in to comment.