Skip to content
Snippets Groups Projects
Commit f6bc7a21 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

disabled hcspec (broken with latest version of ranges)

parent d45a806f
Branches master
Tags v1.2.0
No related merge requests found
......@@ -90,10 +90,6 @@ PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Left
RawStringFormats:
- Delimiter: pb
Language: TextProto
BasedOnStyle: google
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
......
......@@ -86,18 +86,18 @@ target_link_libraries(experiment_monitor
##################################
# spectrometer_settings executable
add_executable(hcspec src/spectrometer_settings.cxx)
target_compile_features(hcspec PUBLIC cxx_std_17)
target_include_directories(hcspec
PRIVATE include
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src
)
target_link_libraries(hcspec
PRIVATE nlohmann_json::nlohmann_json
PRIVATE fmt::fmt
PUBLIC ${CXX_FILESYSTEM_LIB}
PRIVATE hcana::HallC
)
##add_executable(hcspec src/spectrometer_settings.cxx)
#target_compile_features(hcspec PUBLIC cxx_std_17)
#target_include_directories(hcspec
# PRIVATE include
# PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src
# )
#target_link_libraries(hcspec
#PRIVATE nlohmann_json::nlohmann_json
#PRIVATE fmt::fmt
# PUBLIC ${CXX_FILESYSTEM_LIB}
# PRIVATE hcana::HallC
#)
##################################
# hc_display_server
......@@ -130,7 +130,7 @@ install(FILES
DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
install(TARGETS Scandalizer experiment_monitor hcspec
install(TARGETS Scandalizer experiment_monitor
EXPORT HallcToolsTargets
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment