mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Fix formatting errors detected by cmakelint
This commit is contained in:
parent
ae26f63140
commit
e638019d93
@ -29,7 +29,7 @@ endif()
|
||||
if(HAVE_POSIX_MEMALIGN)
|
||||
message(STATUS "Use `posix_memalign` for aligned malloc!")
|
||||
add_definitions(-DHAVE_POSIX_MEMALIGN)
|
||||
endif(HAVE_POSIX_MEMALIGN)
|
||||
endif()
|
||||
|
||||
# MAKE volk_gnsssdr_profile
|
||||
add_executable(volk_gnsssdr_profile
|
||||
@ -42,7 +42,7 @@ if(MSVC)
|
||||
target_include_directories(volk_gnsssdr_profile
|
||||
PRIVATE $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/cmake/msvc>
|
||||
)
|
||||
endif(MSVC)
|
||||
endif()
|
||||
|
||||
target_include_directories(volk_gnsssdr_profile
|
||||
PRIVATE $<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>
|
||||
|
@ -309,7 +309,7 @@ if(NOT CROSSCOMPILE_MULTILIB AND CPU_IS_x86)
|
||||
if(${SIZEOF_CPU} EQUAL 64 AND MSVC)
|
||||
overrule_arch(mmx "No MMX for Win64")
|
||||
if(MSVC_VERSION GREATER 1700)
|
||||
OVERRULE_ARCH(sse "No SSE for Win64 Visual Studio 2013")
|
||||
overrule_arch(sse "No SSE for Win64 Visual Studio 2013")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
########################################################################
|
||||
include(VolkPython)
|
||||
|
||||
VOLK_PYTHON_INSTALL(
|
||||
volk_python_install(
|
||||
FILES
|
||||
__init__.py
|
||||
cfg.py
|
||||
@ -21,7 +21,7 @@ VOLK_PYTHON_INSTALL(
|
||||
COMPONENT "volk_gnsssdr"
|
||||
)
|
||||
|
||||
VOLK_PYTHON_INSTALL(
|
||||
volk_python_install(
|
||||
PROGRAMS
|
||||
volk_gnsssdr_modtool
|
||||
DESTINATION ${VOLK_RUNTIME_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user