Skip to content

Commit

Permalink
removed a message in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorySchwing committed Aug 20, 2021
1 parent 56a8ead commit 6abfd80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMake/GOMCCPUSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED true)
if(ENSEMBLE_NVT)
add_executable(NVT ${sources} ${headers} ${libHeaders} ${libSources})
if(Boost_FOUND)
message(STATUS "I think I found boost in CPU")

target_sources(NVT PRIVATE ${BOOST_INCLUDE_DIRS})
endif()
set_target_properties(NVT PROPERTIES
Expand Down

0 comments on commit 6abfd80

Please sign in to comment.