Skip to content

Instantly share code, notes, and snippets.

@brycelelbach
Created September 15, 2010 20:03
Show Gist options
  • Save brycelelbach/581355 to your computer and use it in GitHub Desktop.
Save brycelelbach/581355 to your computer and use it in GitHub Desktop.
wash@Pegasus:~/development/nt2-wc$ git branch
doc
* master
wash@Pegasus:~/development/nt2-wc$ git status
# On branch master
nothing to commit (working directory clean)
wash@Pegasus:~/development/nt2-wc$ git pull
Already up-to-date.
wash@Pegasus:~/development/nt2-wc$ cmake -G "Unix Makefiles"
-- [NT2] Target system : Unix (Linux 2.6.32-3-amd64)
-- [NT2] Target processor : X86
-- [NT2] Build type: Release mode (-O3 -DNDEBUG )
-- Found Sphinx Documentation system
-- AVX not available
-- FMA4 not available
-- SSE4.2 not available
-- SIMD flag:
-- Cores found: 2
-- Cache line size: 64
CMake Error at unit/sdk/simd/CMakeLists.txt:45 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at unit/sdk/simd/CMakeLists.txt:45 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at unit/sdk/simd/CMakeLists.txt:45 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at unit/sdk/simd/CMakeLists.txt:45 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at unit/sdk/simd/CMakeLists.txt:45 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at unit/sdk/simd/CMakeLists.txt:45 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at unit/sdk/simd/CMakeLists.txt:45 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at unit/sdk/simd/CMakeLists.txt:45 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at unit/sdk/simd/CMakeLists.txt:45 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at unit/sdk/simd/CMakeLists.txt:45 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
-- Configuring incomplete, errors occurred!
wash@Pegasus:~/development/nt2-wc$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment